Nevron .NET Vision
Nevron.Diagram Namespace / NPointElement Class / TextOffset Property


In This Topic
    TextOffset Property (NPointElement)
    In This Topic
    Gets/sets the offset of the text from its original location (in pixels)
    Syntax
    '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;}
    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