Represents theme color variations.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum Windows11Palette.ColorVariation
Fields
Represents the Dark Windows11 theme palette variation.
C#
Dark = 1
Represents the Light Windows11 theme palette variation.
C#
Light = 2
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.
C#
System = 0