Enum CheckPrimitiveStyleEnum
Specifies the visual style options available for CheckPrimitive elements.
Namespace: Telerik.WinControls.Enumerations
Assembly: Telerik.WinControls.dll
Syntax
public enum CheckPrimitiveStyleEnum
Remarks
This enumeration defines different visual styles that can be applied to CheckPrimitive elements, allowing controls to match various operating system visual themes and design standards. Each style affects the appearance of checkboxes, radio buttons, and other check-based UI elements.
Mac
Specifies a macOS style appearance for check primitives.
None
Specifies that no specific style is applied to check primitives.
Vista
Specifies a Windows Vista/7 style appearance for check primitives.
Win8
Specifies a Windows 8 style appearance for check primitives.
XP
Specifies a Windows XP style appearance for check primitives.