'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The selected zoom out area fill style.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property ZoomOutFillStyle As NFillStyle
'Usage
Dim instance As NPanelZoomTool Dim value As NFillStyle instance.ZoomOutFillStyle = value value = instance.ZoomOutFillStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The selected zoom out area fill style.")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public NFillStyle ZoomOutFillStyle {get; set;}