'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the offset of the indicator from the scale")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property OffsetFromScale As NLength
'Usage
Dim instance As NIndicator Dim value As NLength instance.OffsetFromScale = value value = instance.OffsetFromScale
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the offset of the indicator from the scale")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength OffsetFromScale {get; set;}