'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the fill style applied to ticks")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property FillStyle As NFillStyle
'Usage
Dim instance As NScaleTickStyle Dim value As NFillStyle instance.FillStyle = value value = instance.FillStyle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the fill style applied to ticks")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NFillStyle FillStyle {get; set;}