Class Windows8TouchColors
Provides XAML access to the Windows8TouchPalette Palette singleton through the Windows8TouchColors Palette property.
Inheritance
System.Object
Windows8TouchColors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[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
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
|