Class Windows8TouchColors
Provides XAML access to the Windows8TouchPalette Palette singleton through the Windows8TouchColors Palette property.
Inheritance
System.Object
Windows8TouchColors
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class Windows8TouchColors : Object
Constructors
Windows8TouchColors()
Initializes a new instance of the Windows8TouchColors class.
Declaration
public Windows8TouchColors()
Properties
Palette
Gets the singleton Palette from the Windows8TouchPalette class.
Declaration
public Windows8TouchPalette Palette { get; }
Property Value
Windows8TouchPalette
|