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