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