ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / TextRenderingHint Property

In This Topic
    TextRenderingHint Property
    In This Topic
    Gets or sets the TextRenderingHint that controls text rendering quality.
    Syntax
    'Declaration
     
    Public Shadows Property TextRenderingHint As System.Drawing.Text.TextRenderingHint
    public new System.Drawing.Text.TextRenderingHint TextRenderingHint {get; set;}
    See Also