Infragistics(R) NetAdvantage(R) Windows Forms
TextRenderingMode Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace : TextRenderingMode Enumeration

Enum for specifying the text rendering mode.

Syntax

Visual Basic (Declaration) 
Public Enum TextRenderingMode 
   Inherits System.Enum
C# 
public enum TextRenderingMode : System.Enum 

Members

MemberDescription
Default Use the default text rendering mode. This typically means that the mode will be resolved using higher level property settings.
GDIUse GDI for text rendering. Note that while printing GDIPlus will be used this setting will not have any effect.
GDIPlus Use GDIPlus for text rendering.

Remarks

See Also