Dart.Emulation Namespace > Vt Class : TextRenderingHint Property |
<DefaultValueAttribute()> Public Property TextRenderingHint As TextRenderingHint
Dim instance As Vt Dim value As TextRenderingHint instance.TextRenderingHint = value value = instance.TextRenderingHint
[DefaultValue()] public TextRenderingHint TextRenderingHint {get; set;}
[DefaultValue()] public: __property TextRenderingHint get_TextRenderingHint(); public: __property void set_TextRenderingHint( TextRenderingHint value );
[DefaultValue()] public: property TextRenderingHint TextRenderingHint { TextRenderingHint get(); void set ( TextRenderingHint value); }
This property effects the quality of the glyphs rendered. Speed and performance are increased as quality is decreased.
>