TCnButtonBase.UseCompatibleTextRendering Property

Gets or sets a value that determines whether to use the Graphics class (GDI+) or the TextRenderer class (GDI) to render text.

Namespace: CNClrLib.Control.ButtonBase
published
 property UseCompatibleTextRendering: Boolean read GetUseCompatibleTextRendering write SetUseCompatibleTextRendering default True;

Property Value

Type: Boolean

true if the Graphics class should be used to perform text rendering for compatibility with versions 1.0 and 1.1. of the .NET Framework; otherwise, false. The default is false.