Windows8Palette
Hold resources used in the Windows8Theme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class Windows8Palette : ThemePalette
Inheritance: objectThemePaletteWindows8Palette
Fields
AccentColorProperty
DependencyProperty
Identifies the AccentColor dependency property.
public static readonly DependencyProperty AccentColorProperty
BasicColorProperty
DependencyProperty
Identifies the BasicColor dependency property.
public static readonly DependencyProperty BasicColorProperty
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
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
FontSizeXSProperty
DependencyProperty
Identifies the FontSizeXS dependency property.
public static readonly DependencyProperty FontSizeXSProperty
FontSizeXXLProperty
DependencyProperty
Identifies the FontSizeXXL dependency property.
public static readonly DependencyProperty FontSizeXXLProperty
FontSizeXXXLProperty
DependencyProperty
Identifies the FontSizeXXXL dependency property.
public static readonly DependencyProperty FontSizeXXXLProperty
IsFreezableProperty
DependencyProperty
Identifies the IsFreezable DependencyProperty.
public static readonly DependencyProperty IsFreezableProperty
MainColorProperty
DependencyProperty
Identifies the MainColor dependency property.
public static readonly DependencyProperty MainColorProperty
MarkerColorProperty
DependencyProperty
Identifies the MarkerColor dependency property.
public static readonly DependencyProperty MarkerColorProperty
StrongColorProperty
DependencyProperty
Identifies the StrongColor dependency property.
public static readonly DependencyProperty StrongColorProperty
ValidationColorProperty
DependencyProperty
Identifies the ValidationColor dependency property.
public static readonly DependencyProperty ValidationColorProperty
Properties
AccentColor
Color
Gets or sets the color of the Windows8Theme's accent elements.
public Color AccentColor { get; set; }
BasicColor
Color
Gets or sets the color of the Windows8Theme's basic elements.
public Color BasicColor { get; set; }
Gets or sets the DisabledOpacity used in disabled states.
public double DisabledOpacity { 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 small text.
public double FontSizeXS { get; set; }
Gets or sets the font size for extra extra large text.
public double FontSizeXXL { get; set; }
Gets or sets the font size for extra extra extra large text.
public double FontSizeXXXL { get; set; }
MainColor
Color
Gets or sets the color of the Windows8Theme's main elements.
public Color MainColor { get; set; }
MarkerColor
Color
Gets or sets the color of the Windows8Theme's marker elements.
public Color MarkerColor { get; set; }
Holds the Palette singleton instance.
public static Windows8Palette Palette { get; }
StrongColor
Color
Gets or sets the color of the Windows8Theme's strong elements.
public Color StrongColor { get; set; }
ValidationColor
Color
Gets or sets the color of the Windows8Theme's validation elements.
public Color ValidationColor { get; set; }
Methods
Gets the IsFreezable value from a DependencyObject.
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.