New to Telerik UI for WinFormsStart a free 30-day trial

Specifies the visual style options available for CheckPrimitive elements.

Definition

Namespace:Telerik.WinControls.Enumerations

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum CheckPrimitiveStyleEnum

Fields

Specifies a macOS style appearance for check primitives.

C#
Mac = 2
Remarks:

This style provides a Mac-like appearance for checkboxes and radio buttons, featuring the clean, minimalist design characteristics typical of macOS user interface elements.

Specifies that no specific style is applied to check primitives.

C#
None = 3
Remarks:

When set to None, the check primitive will not apply any predefined visual style, allowing for custom styling or minimal appearance. This option provides maximum flexibility for custom theming and styling scenarios.

Specifies a Windows Vista/7 style appearance for check primitives.

C#
Vista = 1
Remarks:

This style provides the modern Windows Vista and Windows 7 look for checkboxes and radio buttons, featuring subtle gradients, refined borders, and the visual styling characteristic of the Aero theme.

Specifies a Windows 8 style appearance for check primitives.

C#
Win8 = 4
Remarks:

This style provides the modern, flat design aesthetic characteristic of Windows 8 and later, featuring clean lines, minimal visual effects, and the Metro design language styling for checkboxes and radio buttons.

Specifies a Windows XP style appearance for check primitives.

C#
XP = 0
Remarks:

This style provides the classic Windows XP look for checkboxes and radio buttons, featuring the characteristic rounded corners and gradient effects typical of the XP visual theme.

In this article
DefinitionFieldsMacNoneVistaWin8XP
Not finding the help you need?
Contact Support