WindowsTheme
Enum
An enumeration that defines members about the used theme in Windows 10 and Windows 11.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[Flags]
public enum WindowsTheme
Fields
Theme with dark colors is used.
C#
Dark = 1
High contrast theme is used.
C#
HighContrast = 2
Theme with light colors is used.
C#
Light = 0