Specifies the visual style options available for CheckPrimitive elements.
Definition
Namespace:Telerik.WinControls.Enumerations
Assembly:Telerik.WinControls.dll
Syntax:
public enum CheckPrimitiveStyleEnum
Fields
Specifies a macOS style appearance for check primitives.
Mac = 2
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.
None = 3
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.
Vista = 1
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.
Win8 = 4
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.
XP = 0
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.