AdvancedRadioButtonTextRenderingQuality Property

Gets or sets the text rendering quality of the AdvancedRadioButton.
Default value: SystemDefault.

See the online help for an image example.

Definition

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

Property Value

RenderingQuality

Examples

See Also