'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the text rendering hint (antialising) applied to text in the control.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property TextRenderingHint As System.Drawing.Text.TextRenderingHint
'Usage
Dim instance As NSettings Dim value As System.Drawing.Text.TextRenderingHint instance.TextRenderingHint = value value = instance.TextRenderingHint
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the text rendering hint (antialising) applied to text in the control.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public System.Drawing.Text.TextRenderingHint TextRenderingHint {get; set;}