Class
Windows8TouchColors

Provides XAML access to the Windows8TouchPalette Palette singleton through the Windows8TouchColors Palette property.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
[Obsolete("Use Windows8TouchPalette and the Windows8TouchPalette.Palette instance. For XAML resources merge the Windows8TouchResources resource dictionary in your styles and set Windows8TouchResourceExtension for color value.")]
public sealed class Windows8TouchColors

Inheritance: objectWindows8TouchColors

Constructors

Windows8TouchColors()

Initializes a new instance of the Windows8TouchColors class.

Declaration

cs-api-definition
public Windows8TouchColors()

Properties

Palette

Gets the singleton Palette from the Windows8TouchPalette class.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic")]
public Windows8TouchPalette Palette { get; }

Property Value

Windows8TouchPalette