Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / TextHelper Class / UseGDITextRendering Property


In This Topic
    UseGDITextRendering Property
    In This Topic
    If true the GDI text rendering is used.
    Syntax
    'Declaration
     
    
    Public Shared Property UseGDITextRendering As Boolean
    'Usage
     
    
    Dim value As Boolean
     
    TextHelper.UseGDITextRendering = value
     
    value = TextHelper.UseGDITextRendering
    public static bool UseGDITextRendering {get; set;}
    See Also