AdvancedCheckBoxUseCompatibleTextRendering Property

Gets or sets whether to use the text rendering engine compatible with .NET Framework 1.x (GDI+) or not (GDI).
Default value: .

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(false)]
public bool UseCompatibleTextRendering { get; set; }

Property Value

Boolean

See Also