Class ThemeResourceExtension<T>
A System.Windows.Markup.MarkupExtension that allows access to the ThemePalette resources from XAML.
Inheritance
System.Object
ThemeResourceExtension<T>
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class ThemeResourceExtension<T> : DynamicResourceExtension where T : ResourceKey
Type Parameters
T
|
Properties
ResourceKey
Gets or sets the Windows8ResourceKey for which a resource would be retrieved from the Windows8Palette.
Declaration
public T ResourceKey { get; set; }
Property Value
T
|