TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / TextRenderingHint Property

In This Topic
    TextRenderingHint Property (C1TreeView)
    In This Topic
    Gets or sets the C1.Framework.XView.TextRenderingHint that controls text rendering quality.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Property TextRenderingHint As TextRenderingHint
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    public TextRenderingHint TextRenderingHint {get; set;}
    See Also