AdvancedLabelUseCompatibleTextRendering Property
Gets or sets whether to use the text rendering engine compatible with .NET Framework 1.x (GDI+) or not (GDI).
Default value: .
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool UseCompatibleTextRendering { get; set; }
Public Property UseCompatibleTextRendering As Boolean
Get
Set
public:
property bool UseCompatibleTextRendering {
bool get ();
void set (bool value);
}
member UseCompatibleTextRendering : bool with get, set
Property Value
Boolean