Windows8TouchPalette
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
DependencyProperty
Identifies the AccentColor dependency property.
public static readonly DependencyProperty AccentColorProperty
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
EffectHighColorProperty
DependencyProperty
Identifies the EffectHighColor dependency property.
public static readonly DependencyProperty EffectHighColorProperty
EffectLowColorProperty
DependencyProperty
Identifies the EffectLowColor dependency property.
public static readonly DependencyProperty EffectLowColorProperty
FontFamilyLightProperty
DependencyProperty
Identifies the FontFamilyLight dependency property.
public static readonly DependencyProperty FontFamilyLightProperty
FontFamilyProperty
DependencyProperty
Identifies the FontFamily dependency property.
public static readonly DependencyProperty FontFamilyProperty
FontFamilyStrongProperty
DependencyProperty
Identifies the FontFamilyStrong dependency property.
public static readonly DependencyProperty FontFamilyStrongProperty
FontSizeLProperty
DependencyProperty
Identifies the FontSizeL dependency property.
public static readonly DependencyProperty FontSizeLProperty
FontSizeProperty
DependencyProperty
Identifies the FontSize dependency property.
public static readonly DependencyProperty FontSizeProperty
FontSizeSProperty
DependencyProperty
Identifies the FontSizeS dependency property.
public static readonly DependencyProperty FontSizeSProperty
FontSizeXLProperty
DependencyProperty
Identifies the FontSizeXL dependency property.
public static readonly DependencyProperty FontSizeXLProperty
FontSizeXXLProperty
DependencyProperty
Identifies the FontSizeXXL dependency property.
public static readonly DependencyProperty FontSizeXXLProperty
HighColorProperty
DependencyProperty
Identifies the HighColor dependency property.
public static readonly DependencyProperty HighColorProperty
InvertedColorProperty
DependencyProperty
Identifies the InvertedColor dependency property.
public static readonly DependencyProperty InvertedColorProperty
InvertedForegroundColorProperty
DependencyProperty
Identifies the InvertedForegroundColor dependency property.
public static readonly DependencyProperty InvertedForegroundColorProperty
IsFreezableProperty
DependencyProperty
Identifies the IsFreezable DependencyProperty.
[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
LowColorProperty
DependencyProperty
Identifies the LowColor dependency property.
public static readonly DependencyProperty LowColorProperty
MainColorProperty
DependencyProperty
Identifies the MainColor dependency property.
public static readonly DependencyProperty MainColorProperty
MainForegroundColorProperty
DependencyProperty
Identifies the MainForegroundColor dependency property.
public static readonly DependencyProperty MainForegroundColorProperty
MediumColorProperty
DependencyProperty
Identifies the MediumColor dependency property.
public static readonly DependencyProperty MediumColorProperty
ValidationColorProperty
DependencyProperty
Identifies the ValidationColor dependency property.
public static readonly DependencyProperty ValidationColorProperty
Properties
AccentColor
Color
Gets or sets the color of the Windows8TouchTheme's accent.
public Color AccentColor { get; set; }
Gets or sets the DisabledOpacity used in disabled states.
public double DisabledOpacity { get; set; }
EffectHighColor
Color
Gets or sets the color of the Windows8TouchTheme's strong highlights.
public Color EffectHighColor { get; set; }
EffectLowColor
Color
Gets or sets the color of the Windows8TouchTheme's shallow highlights.
public Color EffectLowColor { get; set; }
FontFamily
FontFamily
Gets or sets the FontFamily used in normal texts.
public FontFamily FontFamily { get; set; }
FontFamilyLight
FontFamily
Gets or sets the FontFamily used in light texts.
public FontFamily FontFamilyLight { get; set; }
FontFamilyStrong
FontFamily
Gets or sets the FontFamily used in important texts.
public FontFamily FontFamilyStrong { get; set; }
Gets or sets the font size for extra large text.
public double FontSizeXL { get; set; }
Gets or sets the font size for extra extra large text.
public double FontSizeXXL { get; set; }
HighColor
Color
Gets or sets the color of the Windows8TouchTheme's high contrast element.
public Color HighColor { get; set; }
InvertedColor
Color
Gets or sets the color of the Windows8TouchTheme's inverted color.
public Color InvertedColor { get; set; }
Gets or sets the color of the Windows8TouchTheme's inverted foreground.
public Color InvertedForegroundColor { get; set; }
LowColor
Color
Gets or sets the color of the Windows8TouchTheme's low contrast elements.
public Color LowColor { get; set; }
MainColor
Color
Gets or sets the color of the Windows8TouchTheme's main.
public Color MainColor { get; set; }
MainForegroundColor
Color
Gets or sets the color of the main Windows8TouchTheme's foreground.
public Color MainForegroundColor { get; set; }
MediumColor
Color
Gets or sets the color of the Windows8TouchTheme's medium contrast element.
public Color MediumColor { get; set; }
Holds the Palette singleton instance.
public static Windows8TouchPalette Palette { get; }
ValidationColor
Color
Gets or sets the color of the Windows8TouchTheme's validation.
public Color ValidationColor { get; set; }
Methods
Gets the IsFreezable value from a DependencyObject.
[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)
The dependencyObject.
Returns:The IsFreezable value.
Sets the IsFreezable value from a DependencyObject.
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
The dependencyObject.
valueboolThe IsFreezable value.