'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the offset of the ticks in their scale level")> Public Property Offset As NLength
'Usage
Dim instance As NScaleTickStyle Dim value As NLength instance.Offset = value value = instance.Offset
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the offset of the ticks in their scale level")] public NLength Offset {get; set;}