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