'Declaration
<System.ComponentModel.CategoryAttribute("Panel")> <System.ComponentModel.DescriptionAttribute("Sets a value indicating whether panel zoom is allowed or not")> Public Property AllowContentZoom As System.Boolean
'Usage
Dim instance As NContentPanel Dim value As System.Boolean instance.AllowContentZoom = value value = instance.AllowContentZoom
[System.ComponentModel.Category("Panel")] [System.ComponentModel.Description("Sets a value indicating whether panel zoom is allowed or not")] public System.bool AllowContentZoom {get; set;}