'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property ScrollBarHeight As NLength
'Usage
Dim instance As NScrollBar Dim value As NLength instance.ScrollBarHeight = value value = instance.ScrollBarHeight
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength ScrollBarHeight {get; set;}