'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the offset of the text from its original location (in pixels)")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)> Public Overridable Property TextOffset As NSizeF
'Usage
Dim instance As NPointElement Dim value As NSizeF instance.TextOffset = value value = instance.TextOffset
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the offset of the text from its original location (in pixels)")] [System.ComponentModel.Editor(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)] public virtual NSizeF TextOffset {get; set;}