RenderingQuality Enumeration

Represents the rendering quality of a control.

See the online help of the AdvancedRadioButton class for an image example.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public enum RenderingQuality

Examples

Members

SystemDefault0 Represents the default rendering quality.
Low1 Represents lower quality but fast performance.
High2 Represents high rendering quality.

See Also