'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the offset of the needle base from the center of the gauge")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property OffsetFromCenter As NLength
'Usage
Dim instance As NNeedleValueIndicator Dim value As NLength instance.OffsetFromCenter = value value = instance.OffsetFromCenter
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the offset of the needle base from the center of the gauge")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength OffsetFromCenter {get; set;}