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