Version

TextRenderingMode Property (UltraControlBase)

Specifies the text rendering mode that will be used by this control.
Syntax
'Declaration
 
Public Property TextRenderingMode As TextRenderingMode
public TextRenderingMode TextRenderingMode {get; set;}
Remarks

Note that not all user interface entities may use the specified text rendering mode. For example, if the user interface entity happens to make use some .NET control that doesn't support the specified text rendering mode.

Also note that when printing GDIPlus will be used, even if this property is set otherwise. This is because .NET printing infrastructure does not support drawing text using GDI.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also