Class Windows11Palette.ColorVariation
Represents theme color variations.
Inheritance
System.Object
Windows11Palette.ColorVariation
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ColorVariation : Enum
Fields
Dark
Represents the Dark Windows11 theme palette variation.
Declaration
public const Windows11Palette.ColorVariation Dark
Field Value
Light
Represents the Light Windows11 theme palette variation.
Declaration
public const Windows11Palette.ColorVariation Light
Field Value
System
Represents the default app theme mode of the OS. Results to automatically applying the Light or Dark color variation of the Windows11 theme based on that.
Declaration
public const Windows11Palette.ColorVariation System
Field Value
value__
Declaration
public int value__
Field Value
System.
|