'Declaration
<System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("Controls the text offset")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property TextOffset As NPointL
'Usage
Dim instance As NAxisMarker Dim value As NPointL instance.TextOffset = value value = instance.TextOffset
[System.ComponentModel.Category("Text")] [System.ComponentModel.Description("Controls the text offset")] [System.ComponentModel.Editor(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)] public NPointL TextOffset {get; set;}