AdvancedCheckBoxVisualsRenderingQuality Property

Gets or sets the rendering quality of the AdvancedCheckBox visuals. Has effect only in high DPI mode when FlatStyle is Standard.
Default value: High.

Definition

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

Property Value

RenderingQuality

See Also