'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;}