'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls whether the tool will preserve the original aspect of the panel.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PreserveAspect As System.Boolean
'Usage
Dim instance As NPanelZoomTool Dim value As System.Boolean instance.PreserveAspect = value value = instance.PreserveAspect
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls whether the tool will preserve the original aspect of the panel.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool PreserveAspect {get; set;}