Nevron .NET Vision
Nevron.UI Namespace / NTextRenderOptions Class / TextOrientation Property


In This Topic
    TextOrientation Property (NTextRenderOptions)
    In This Topic
    Gets/sets the orientation of the text.
    Syntax
    'Declaration
     
    
    Public Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As NTextRenderOptions
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    public TextOrientation TextOrientation {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