Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeTextSubItem Class / RenderingHint Property


In This Topic
    RenderingHint Property
    In This Topic
    Gets/sets the rendering hint used to display the text.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the rendering hint used to display the text.")>
    Public Property RenderingHint As System.Drawing.Text.TextRenderingHint
    'Usage
     
    
    Dim instance As NTreeListNodeTextSubItem
    Dim value As System.Drawing.Text.TextRenderingHint
     
    instance.RenderingHint = value
     
    value = instance.RenderingHint
    [System.ComponentModel.Description("Gets/sets the rendering hint used to display the text.")]
    public System.Drawing.Text.TextRenderingHint RenderingHint {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