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