Class Windows8Palette
Hold resources used in the Windows8Theme theme.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class Windows8Palette : ThemePalette
Fields
AccentColorProperty
Identifies the AccentColor dependency property.
Declaration
public static readonly DependencyProperty AccentColorProperty
Field Value
System.Windows.DependencyProperty
|
BasicColorProperty
Identifies the BasicColor dependency property.
Declaration
public static readonly DependencyProperty BasicColorProperty
Field Value
System.Windows.DependencyProperty
|
DisabledOpacityProperty
Identifies the DisabledOpacity dependency property.
Declaration
public static readonly DependencyProperty DisabledOpacityProperty
Field Value
System.Windows.DependencyProperty
|
FontFamilyLightProperty
Identifies the FontFamilyLight dependency property.
Declaration
public static readonly DependencyProperty FontFamilyLightProperty
Field Value
System.Windows.DependencyProperty
|
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
System.Windows.DependencyProperty
|
FontFamilyStrongProperty
Identifies the FontFamilyStrong dependency property.
Declaration
public static readonly DependencyProperty FontFamilyStrongProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeLProperty
Identifies the FontSizeL dependency property.
Declaration
public static readonly DependencyProperty FontSizeLProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeSProperty
Identifies the FontSizeS dependency property.
Declaration
public static readonly DependencyProperty FontSizeSProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXLProperty
Identifies the FontSizeXL dependency property.
Declaration
public static readonly DependencyProperty FontSizeXLProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXSProperty
Identifies the FontSizeXS dependency property.
Declaration
public static readonly DependencyProperty FontSizeXSProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXXLProperty
Identifies the FontSizeXXL dependency property.
Declaration
public static readonly DependencyProperty FontSizeXXLProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXXXLProperty
Identifies the FontSizeXXXL dependency property.
Declaration
public static readonly DependencyProperty FontSizeXXXLProperty
Field Value
System.Windows.DependencyProperty
|
IsFreezableProperty
Identifies the IsFreezable DependencyProperty.
Declaration
public static readonly DependencyProperty IsFreezableProperty
Field Value
System.Windows.DependencyProperty
|
MainColorProperty
Identifies the MainColor dependency property.
Declaration
public static readonly DependencyProperty MainColorProperty
Field Value
System.Windows.DependencyProperty
|
MarkerColorProperty
Identifies the MarkerColor dependency property.
Declaration
public static readonly DependencyProperty MarkerColorProperty
Field Value
System.Windows.DependencyProperty
|
StrongColorProperty
Identifies the StrongColor dependency property.
Declaration
public static readonly DependencyProperty StrongColorProperty
Field Value
System.Windows.DependencyProperty
|
ValidationColorProperty
Identifies the ValidationColor dependency property.
Declaration
public static readonly DependencyProperty ValidationColorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AccentColor
Gets or sets the color of the Windows8Theme's accent elements.
Declaration
public Color AccentColor { get; set; }
Property Value
System.Windows.Media.Color
|
BasicColor
Gets or sets the color of the Windows8Theme's basic elements.
Declaration
public Color BasicColor { get; set; }
Property Value
System.Windows.Media.Color
|
DisabledOpacity
Gets or sets the DisabledOpacity used in disabled states.
Declaration
public double DisabledOpacity { get; set; }
Property Value
System.Double
|
FontFamily
Gets or sets the FontFamily used in normal texts.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
|
FontFamilyLight
Gets or sets the FontFamily used in light texts.
Declaration
public FontFamily FontFamilyLight { get; set; }
Property Value
System.Windows.Media.FontFamily
|
FontFamilyStrong
Gets or sets the FontFamily used in important texts.
Declaration
public FontFamily FontFamilyStrong { get; set; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Gets or sets the font size for normal text.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
FontSizeL
Gets or sets the font size for large text.
Declaration
public double FontSizeL { get; set; }
Property Value
System.Double
|
FontSizeS
Gets or sets the font size for small text.
Declaration
public double FontSizeS { get; set; }
Property Value
System.Double
|
FontSizeXL
Gets or sets the font size for extra large text.
Declaration
public double FontSizeXL { get; set; }
Property Value
System.Double
|
FontSizeXS
Gets or sets the font size for extra small text.
Declaration
public double FontSizeXS { get; set; }
Property Value
System.Double
|
FontSizeXXL
Gets or sets the font size for extra extra large text.
Declaration
public double FontSizeXXL { get; set; }
Property Value
System.Double
|
FontSizeXXXL
Gets or sets the font size for extra extra extra large text.
Declaration
public double FontSizeXXXL { get; set; }
Property Value
System.Double
|
MainColor
Gets or sets the color of the Windows8Theme's main elements.
Declaration
public Color MainColor { get; set; }
Property Value
System.Windows.Media.Color
|
MarkerColor
Gets or sets the color of the Windows8Theme's marker elements.
Declaration
public Color MarkerColor { get; set; }
Property Value
System.Windows.Media.Color
|
Palette
Holds the Palette singleton instance.
Declaration
public static Windows8Palette Palette { get; }
Property Value
Windows8Palette
|
StrongColor
Gets or sets the color of the Windows8Theme's strong elements.
Declaration
public Color StrongColor { get; set; }
Property Value
System.Windows.Media.Color
|
ValidationColor
Gets or sets the color of the Windows8Theme's validation elements.
Declaration
public Color ValidationColor { get; set; }
Property Value
System.Windows.Media.Color
|
Methods
GetIsFreezable(DependencyObject)
Gets the IsFreezable value from a DependencyObject.
Declaration
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters
System.Windows.DependencyObject
dependencyObject
The dependencyObject. |
Returns
System.Boolean
The IsFreezable value. |
SetIsFreezable(DependencyObject, Boolean)
Sets the IsFreezable value from a DependencyObject.
Declaration
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters
System.Windows.DependencyObject
dependencyObject
The dependencyObject. |
System.Boolean
value
The IsFreezable value. |