'Declaration
<System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls the width of the value indicator shape")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Width As NLength
'Usage
Dim instance As NValueIndicator Dim value As NLength instance.Width = value value = instance.Width
[System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls the width of the value indicator shape")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength Width {get; set;}