Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphics Class / TextRenderingMode Property


In This Topic
    TextRenderingMode Property (NGraphics)
    In This Topic
    Gets/sets the rendering mode for text associated with this NGraphics object.
    Syntax
    'Declaration
     
    
    Public Property TextRenderingMode As TextRenderingMode
    'Usage
     
    
    Dim instance As NGraphics
    Dim value As TextRenderingMode
     
    instance.TextRenderingMode = value
     
    value = instance.TextRenderingMode
    public TextRenderingMode TextRenderingMode {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