PowerTCP Emulation for .NET
TextRenderingHint Property




Gets or sets the TextRenderingHint that the VT component will use to render glyphs.
Syntax
<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);
}

Property Value

A System.Drawing.Text.TextRenderingHint value. The default value is System.Drawing.Text.TextRenderingHint.ClearTypeGridFit.
Remarks

This property effects the quality of the glyphs rendered. Speed and performance are increased as quality is decreased.

>
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic