This documentation is archived and is not being maintained.

Graphics.TextRenderingHint Property

Gets or sets the rendering mode for text associated with this Graphics object.

[Visual Basic]
Public Property TextRenderingHint As TextRenderingHint
[C#]
public TextRenderingHint TextRenderingHint {get; set;}
[C++]
public: __property TextRenderingHint get_TextRenderingHint();
public: __property void set_TextRenderingHint(TextRenderingHint);
[JScript]
public function get TextRenderingHint() : TextRenderingHint;
public function set TextRenderingHint(TextRenderingHint);

Property Value

This property specifies a member of the TextRenderingHint enumeration.

Remarks

The text rendering hint specifies whether text renders with antialiasing.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Graphics Class | Graphics Members | System.Drawing Namespace

Show: