'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The selected zoom in area border style.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Protected Property ZoomInBorderStyle As NStrokeStyle
'Usage
Dim instance As NPanelZoomTool Dim value As NStrokeStyle instance.ZoomInBorderStyle = value value = instance.ZoomInBorderStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The selected zoom in area border style.")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)] protected NStrokeStyle ZoomInBorderStyle {get; set;}