'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Marker")> <System.ComponentModel.DescriptionAttribute("Controls the marker offset from the outer knob rim")> Public Property MarkerOffset As NLength
'Usage
Dim instance As NKnobIndicator Dim value As NLength instance.MarkerOffset = value value = instance.MarkerOffset
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Marker")] [System.ComponentModel.Description("Controls the marker offset from the outer knob rim")] public NLength MarkerOffset {get; set;}