'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> Public Property TextRenderingHint As System.Drawing.Text.TextRenderingHint
'Usage
Dim instance As NGraphicsSettings Dim value As System.Drawing.Text.TextRenderingHint instance.TextRenderingHint = value value = instance.TextRenderingHint
[System.Xml.Serialization.XmlAttribute()] public System.Drawing.Text.TextRenderingHint TextRenderingHint {get; set;}