Class Office2013Palette.ColorVariation
Represents theme color variations.
Inheritance
System.Object
Office2013Palette.ColorVariation
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ColorVariation : Enum
Fields
DarkGray
Represents Dark Gray Office2013 theme palette.
Declaration
public const Office2013Palette.ColorVariation DarkGray
Field Value
Office2013Palette.ColorVariation
|
LightGray
Represents Light Gray Office2013 theme palette.
Declaration
public const Office2013Palette.ColorVariation LightGray
Field Value
Office2013Palette.ColorVariation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
White
Represents the default White Office2013 theme palette.
Declaration
public const Office2013Palette.ColorVariation White
Field Value
Office2013Palette.ColorVariation
|