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