'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute(".")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AllowZoomOutsidePanel As System.Boolean
'Usage
Dim instance As NPanelZoomTool Dim value As System.Boolean instance.AllowZoomOutsidePanel = value value = instance.AllowZoomOutsidePanel
[System.ComponentModel.Category("General")] [System.ComponentModel.Description(".")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool AllowZoomOutsidePanel {get; set;}