Class Windows11Palette.ColorVariation
Represents theme color variations.
Inheritance
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
Windows11Palette.ColorVariation
|
Light
Represents the Light Windows11 theme palette variation.
Declaration
public const Windows11Palette.ColorVariation Light
Field Value
Windows11Palette.ColorVariation
|
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
Windows11Palette.ColorVariation
|
value__
Declaration
public int value__
Field Value
System.Int32
|