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


In This Topic
    GdiDrawTextFlags Property
    In This Topic
    Gets/sets the flags used to draw text when native Gdi is used. By default this value equals NGdi32.DT_SINGLELINE | NGdi32.DT_VCENTER
    Syntax
    'Declaration
     
    
    Public Property GdiDrawTextFlags As System.Integer
    'Usage
     
    
    Dim instance As NTextRenderOptions
    Dim value As System.Integer
     
    instance.GdiDrawTextFlags = value
     
    value = instance.GdiDrawTextFlags
    public System.int GdiDrawTextFlags {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