'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the hint to be used when rendering caption text.")> Public Property TextRenderingHint As System.Drawing.Text.TextRenderingHint
'Usage
Dim instance As NFormSkinState Dim value As System.Drawing.Text.TextRenderingHint instance.TextRenderingHint = value value = instance.TextRenderingHint
[System.ComponentModel.Description("Gets/sets the hint to be used when rendering caption text.")] public System.Drawing.Text.TextRenderingHint TextRenderingHint {get; set;}