Nevron .NET Vision
Nevron.Chart Namespace / NAxisMarker Class / TextOffset Property


In This Topic
    TextOffset Property (NAxisMarker)
    In This Topic
    Gets or sets the offset of the text from the text location specified by TextContentAlignment
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also