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