Enum
WindowsTheme

An enumeration that defines members about the used theme in Windows 10 and Windows 11.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[Flags]
public enum WindowsTheme

Fields

Dark

Theme with dark colors is used.

Declaration

cs-api-definition
Dark = 1

Field Value

WindowsTheme

HighContrast

High contrast theme is used.

Declaration

cs-api-definition
HighContrast = 2

Field Value

WindowsTheme

Light

Theme with light colors is used.

Declaration

cs-api-definition
Light = 0

Field Value

WindowsTheme

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