CheckGroupBoxUseCompatibleTextRendering 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
[DefaultValueAttribute(false)]
public bool UseCompatibleTextRendering { get; set; }
<DefaultValueAttribute(false)>
Public Property UseCompatibleTextRendering As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool UseCompatibleTextRendering {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member UseCompatibleTextRendering : bool with get, set
Property Value
Boolean