ClassOffice2013Palette
Hold resources used in the Office2013Theme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class Office2013Palette : ThemePalette
Inheritance: objectThemePaletteOffice2013Palette
Fields
AccentColorProperty
Identifies the AccentColor dependency property.
Declaration
public static readonly DependencyProperty AccentColorProperty
Field Value
DependencyProperty
AccentMainColorProperty
Identifies the AccentMainColor dependency property.
Declaration
public static readonly DependencyProperty AccentMainColorProperty
Field Value
DependencyProperty
BasicColorProperty
Identifies the BasicColor dependency property.
Declaration
public static readonly DependencyProperty BasicColorProperty
Field Value
DependencyProperty
DisabledOpacityProperty
Identifies the DisabledOpacity dependency property.
Declaration
public static readonly DependencyProperty DisabledOpacityProperty
Field Value
DependencyProperty
EffectAccentHighColorProperty
Identifies the EffectAccentHighColor dependency property.
Declaration
public static readonly DependencyProperty EffectAccentHighColorProperty
Field Value
DependencyProperty
EffectAccentLowColorProperty
Identifies the EffectAccentLowColor dependency property.
Declaration
public static readonly DependencyProperty EffectAccentLowColorProperty
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
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
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
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XL")]
public static readonly DependencyProperty FontSizeXLProperty
Field Value
DependencyProperty
FontSizeXSProperty
Identifies the FontSizeXS dependency property.
Declaration
public static readonly DependencyProperty FontSizeXSProperty
Field Value
DependencyProperty
FontSizeXXSProperty
Identifies the FontSizeXXS dependency property.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XXS")]
public static readonly DependencyProperty FontSizeXXSProperty
Field Value
DependencyProperty
HighDarkColorProperty
Identifies the HighDarkColor dependency property.
Declaration
public static readonly DependencyProperty HighDarkColorProperty
Field Value
DependencyProperty
HighLightColorProperty
Identifies the HighLightColor dependency property.
Declaration
public static readonly DependencyProperty HighLightColorProperty
Field Value
DependencyProperty
InvertedColorProperty
Identifies the InvertedColor dependency property.
Declaration
public static readonly DependencyProperty InvertedColorProperty
Field Value
DependencyProperty
IsFreezableProperty
Identifies the IsFreezable DependencyProperty.
Declaration
public static readonly DependencyProperty IsFreezableProperty
Field Value
DependencyProperty
LowDarkColorProperty
Identifies the LowDarkColor dependency property.
Declaration
public static readonly DependencyProperty LowDarkColorProperty
Field Value
DependencyProperty
LowLightColorProperty
Identifies the LowLightColor dependency property.
Declaration
public static readonly DependencyProperty LowLightColorProperty
Field Value
DependencyProperty
LowLightMainColorProperty
Identifies the LowLightMainColor dependency property.
Declaration
public static readonly DependencyProperty LowLightMainColorProperty
Field Value
DependencyProperty
MainColorProperty
Identifies the MainColor dependency property.
Declaration
public static readonly DependencyProperty MainColorProperty
Field Value
DependencyProperty
MediumDarkColorProperty
Identifies the MediumDarkColor dependency property.
Declaration
public static readonly DependencyProperty MediumDarkColorProperty
Field Value
DependencyProperty
MediumLightColorProperty
Identifies the MediumLightColor dependency property.
Declaration
public static readonly DependencyProperty MediumLightColorProperty
Field Value
DependencyProperty
StrongColorProperty
Identifies the StrongColor dependency property.
Declaration
public static readonly DependencyProperty StrongColorProperty
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 Office2013Theme's accent elements.
Declaration
public Color AccentColor { get; set; }
Property Value
Color
AccentMainColor
Gets or sets the color of the Office2013Theme's accent main elements.
Declaration
public Color AccentMainColor { get; set; }
Property Value
Color
BasicColor
Gets or sets the color of the Office2013Theme's basic elements.
Declaration
public Color BasicColor { get; set; }
Property Value
Color
DisabledOpacity
Gets or sets the DisabledOpacity used in disabled states.
EffectAccentHighColor
Gets or sets the color of the Office2013Theme's Selected/Pressed effects.
Declaration
public Color EffectAccentHighColor { get; set; }
Property Value
Color
EffectAccentLowColor
Gets or sets the semi accent color of the Office2013Theme's effects.
Declaration
public Color EffectAccentLowColor { get; set; }
Property Value
Color
EffectHighColor
Gets or sets the color of the Office2013Theme's Selected/Pressed effects.
Declaration
public Color EffectHighColor { get; set; }
Property Value
Color
EffectLowColor
Gets or sets the color of the Office2013Theme's MouseOver/Hover effects.
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
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.
FontSizeXS
Gets or sets the font size for extra small text.
FontSizeXXS
Gets or sets the font size for extra extra small text.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XXS")]
public double FontSizeXXS { get; set; }
Property Value
HighDarkColor
Gets or sets the color of the Office2013Theme's high dark elements.
Declaration
public Color HighDarkColor { get; set; }
Property Value
Color
HighLightColor
Gets or sets the color of the Office2013Theme's high light elements.
Declaration
public Color HighLightColor { get; set; }
Property Value
Color
InvertedColor
Gets or sets the color of the Office2013Theme's inverted main elements.
Declaration
public Color InvertedColor { get; set; }
Property Value
Color
LowDarkColor
Gets or sets the color of the Office2013Theme's low dark elements.
Declaration
public Color LowDarkColor { get; set; }
Property Value
Color
LowLightColor
Gets or sets the color of the Office2013Theme's low light elements.
Declaration
public Color LowLightColor { get; set; }
Property Value
Color
LowLightMainColor
Gets or sets the color of the Office2013Theme's main low light elements.
Declaration
public Color LowLightMainColor { get; set; }
Property Value
Color
MainColor
Gets or sets the color of the Office2013Theme's main elements.
Declaration
public Color MainColor { get; set; }
Property Value
Color
MediumDarkColor
Gets or sets the color of the Office2013Theme's medium dark elements.
Declaration
public Color MediumDarkColor { get; set; }
Property Value
Color
MediumLightColor
Gets or sets the color of the Office2013Theme's medium light elements.
Declaration
public Color MediumLightColor { get; set; }
Property Value
Color
Palette
Holds the Palette singleton instance.
Declaration
public static Office2013Palette Palette { get; }
Property Value
StrongColor
Gets or sets the color of the Office2013Theme's strong elements.
Declaration
public Color StrongColor { get; set; }
Property Value
Color
ValidationColor
Gets or sets the color of the Office2013Theme's validation elements.
Declaration
public Color ValidationColor { get; set; }
Property Value
Color
Methods
GetIsFreezable(DependencyObject)
Gets the IsFreezable value from a DependencyObject.
Declaration
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependencyObject.
Returns
The IsFreezable value.
LoadPreset(ColorVariation)
Loads a preset.
Declaration
public static void LoadPreset(Office2013Palette.ColorVariation preset)
Parameters
preset
Office2013Palette.ColorVariation
The color preset.
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.