ClassWindows8TouchPalette
Hold resources used in the Windows8TouchTheme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class Windows8TouchPalette : ThemePalette
Inheritance: objectThemePaletteWindows8TouchPalette
Fields
AccentColorProperty
Identifies the AccentColor dependency property.
Declaration
public static readonly DependencyProperty AccentColorProperty
Field Value
DependencyProperty
DisabledOpacityProperty
Identifies the DisabledOpacity dependency property.
Declaration
public static readonly DependencyProperty DisabledOpacityProperty
Field Value
DependencyProperty
EffectHighColorProperty
Identifies the EffectHighColor dependency property.
Declaration
public static readonly DependencyProperty EffectHighColorProperty
Field Value
DependencyProperty
EffectLowColorProperty
Identifies the EffectLowColor dependency property.
Declaration
public static readonly DependencyProperty EffectLowColorProperty
Field Value
DependencyProperty
FontFamilyLightProperty
Identifies the FontFamilyLight dependency property.
Declaration
public static readonly DependencyProperty FontFamilyLightProperty
Field Value
DependencyProperty
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
DependencyProperty
FontFamilyStrongProperty
Identifies the FontFamilyStrong dependency property.
Declaration
public static readonly DependencyProperty FontFamilyStrongProperty
Field Value
DependencyProperty
FontSizeLProperty
Identifies the FontSizeL dependency property.
Declaration
public static readonly DependencyProperty FontSizeLProperty
Field Value
DependencyProperty
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
DependencyProperty
FontSizeSProperty
Identifies the FontSizeS dependency property.
Declaration
public static readonly DependencyProperty FontSizeSProperty
Field Value
DependencyProperty
FontSizeXLProperty
Identifies the FontSizeXL dependency property.
Declaration
public static readonly DependencyProperty FontSizeXLProperty
Field Value
DependencyProperty
FontSizeXXLProperty
Identifies the FontSizeXXL dependency property.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XXL")]
public static readonly DependencyProperty FontSizeXXLProperty
Field Value
DependencyProperty
HighColorProperty
Identifies the HighColor dependency property.
Declaration
public static readonly DependencyProperty HighColorProperty
Field Value
DependencyProperty
InvertedColorProperty
Identifies the InvertedColor dependency property.
Declaration
public static readonly DependencyProperty InvertedColorProperty
Field Value
DependencyProperty
InvertedForegroundColorProperty
Identifies the InvertedForegroundColor dependency property.
Declaration
public static readonly DependencyProperty InvertedForegroundColorProperty
Field Value
DependencyProperty
IsFreezableProperty
Identifies the IsFreezable DependencyProperty.
Declaration
[Obsolete("For XAML resources merge the Windows8TouchResources resource dictionary in your styles and set Windows8TouchResourceExtension for color value. This approach does not require the resources to be frozen for multithreaded application.")]
public static readonly DependencyProperty IsFreezableProperty
Field Value
DependencyProperty
LowColorProperty
Identifies the LowColor dependency property.
Declaration
public static readonly DependencyProperty LowColorProperty
Field Value
DependencyProperty
MainColorProperty
Identifies the MainColor dependency property.
Declaration
public static readonly DependencyProperty MainColorProperty
Field Value
DependencyProperty
MainForegroundColorProperty
Identifies the MainForegroundColor dependency property.
Declaration
public static readonly DependencyProperty MainForegroundColorProperty
Field Value
DependencyProperty
MediumColorProperty
Identifies the MediumColor dependency property.
Declaration
public static readonly DependencyProperty MediumColorProperty
Field Value
DependencyProperty
ValidationColorProperty
Identifies the ValidationColor dependency property.
Declaration
public static readonly DependencyProperty ValidationColorProperty
Field Value
DependencyProperty
Properties
AccentColor
Gets or sets the color of the Windows8TouchTheme's accent.
Declaration
public Color AccentColor { get; set; }
Property Value
Color
DisabledOpacity
Gets or sets the DisabledOpacity used in disabled states.
EffectHighColor
Gets or sets the color of the Windows8TouchTheme's strong highlights.
Declaration
public Color EffectHighColor { get; set; }
Property Value
Color
EffectLowColor
Gets or sets the color of the Windows8TouchTheme's shallow highlights.
Declaration
public Color EffectLowColor { get; set; }
Property Value
Color
FontFamily
Gets or sets the FontFamily used in normal texts.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
FontFamilyLight
Gets or sets the FontFamily used in light texts.
Declaration
public FontFamily FontFamilyLight { get; set; }
Property Value
FontFamily
FontFamilyStrong
Gets or sets the FontFamily used in important texts.
Declaration
public FontFamily FontFamilyStrong { get; set; }
Property Value
FontFamily
FontSize
Gets or sets the font size for normal text.
FontSizeL
Gets or sets the font size for large text.
FontSizeS
Gets or sets the font size for small text.
FontSizeXL
Gets or sets the font size for extra large text.
FontSizeXXL
Gets or sets the font size for extra extra large text.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XXL")]
public double FontSizeXXL { get; set; }
Property Value
HighColor
Gets or sets the color of the Windows8TouchTheme's high contrast element.
Declaration
public Color HighColor { get; set; }
Property Value
Color
InvertedColor
Gets or sets the color of the Windows8TouchTheme's inverted color.
Declaration
public Color InvertedColor { get; set; }
Property Value
Color
InvertedForegroundColor
Gets or sets the color of the Windows8TouchTheme's inverted foreground.
Declaration
public Color InvertedForegroundColor { get; set; }
Property Value
Color
LowColor
Gets or sets the color of the Windows8TouchTheme's low contrast elements.
Declaration
public Color LowColor { get; set; }
Property Value
Color
MainColor
Gets or sets the color of the Windows8TouchTheme's main.
Declaration
public Color MainColor { get; set; }
Property Value
Color
MainForegroundColor
Gets or sets the color of the main Windows8TouchTheme's foreground.
Declaration
public Color MainForegroundColor { get; set; }
Property Value
Color
MediumColor
Gets or sets the color of the Windows8TouchTheme's medium contrast element.
Declaration
public Color MediumColor { get; set; }
Property Value
Color
Palette
Holds the Palette singleton instance.
Declaration
public static Windows8TouchPalette Palette { get; }
Property Value
ValidationColor
Gets or sets the color of the Windows8TouchTheme's validation.
Declaration
public Color ValidationColor { get; set; }
Property Value
Color
Methods
GetIsFreezable(DependencyObject)
Gets the IsFreezable value from a DependencyObject.
Declaration
[Obsolete("For XAML resources merge the Windows8TouchResources resource dictionary in your styles and set Windows8TouchResourceExtension for color value. This approach does not require the resources to be frozen for multithreaded application.")]
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependencyObject.
Returns
The IsFreezable value.
SetIsFreezable(DependencyObject, bool)
Sets the IsFreezable value from a DependencyObject.
Declaration
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters
dependencyObject
DependencyObject
The dependencyObject.
value
The IsFreezable value.