'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the width of the ticks in NLength format")> Public Property Width As NLength
'Usage
Dim instance As NScaleTickStyle Dim value As NLength instance.Width = value value = instance.Width
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the width of the ticks in NLength format")] public NLength Width {get; set;}