TreeView for WinForms | ComponentOne
C1.Framework Namespace / XView Class / TextRenderingHint Property

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