Office2013Palette
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
DependencyProperty
Identifies the AccentColor dependency property.
public static readonly DependencyProperty AccentColorProperty
AccentMainColorProperty
DependencyProperty
Identifies the AccentMainColor dependency property.
public static readonly DependencyProperty AccentMainColorProperty
BasicColorProperty
DependencyProperty
Identifies the BasicColor dependency property.
public static readonly DependencyProperty BasicColorProperty
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
EffectAccentHighColorProperty
DependencyProperty
Identifies the EffectAccentHighColor dependency property.
public static readonly DependencyProperty EffectAccentHighColorProperty
EffectAccentLowColorProperty
DependencyProperty
Identifies the EffectAccentLowColor dependency property.
public static readonly DependencyProperty EffectAccentLowColorProperty
EffectHighColorProperty
DependencyProperty
Identifies the EffectHighColor dependency property.
public static readonly DependencyProperty EffectHighColorProperty
EffectLowColorProperty
DependencyProperty
Identifies the EffectLowColor dependency property.
public static readonly DependencyProperty EffectLowColorProperty
FontFamilyProperty
DependencyProperty
Identifies the FontFamily dependency property.
public static readonly DependencyProperty FontFamilyProperty
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
FontSizeXXSProperty
DependencyProperty
Identifies the FontSizeXXS dependency property.
public static readonly DependencyProperty FontSizeXXSProperty
HighDarkColorProperty
DependencyProperty
Identifies the HighDarkColor dependency property.
public static readonly DependencyProperty HighDarkColorProperty
HighLightColorProperty
DependencyProperty
Identifies the HighLightColor dependency property.
public static readonly DependencyProperty HighLightColorProperty
InvertedColorProperty
DependencyProperty
Identifies the InvertedColor dependency property.
public static readonly DependencyProperty InvertedColorProperty
IsFreezableProperty
DependencyProperty
Identifies the IsFreezable DependencyProperty.
public static readonly DependencyProperty IsFreezableProperty
LowDarkColorProperty
DependencyProperty
Identifies the LowDarkColor dependency property.
public static readonly DependencyProperty LowDarkColorProperty
LowLightColorProperty
DependencyProperty
Identifies the LowLightColor dependency property.
public static readonly DependencyProperty LowLightColorProperty
LowLightMainColorProperty
DependencyProperty
Identifies the LowLightMainColor dependency property.
public static readonly DependencyProperty LowLightMainColorProperty
MainColorProperty
DependencyProperty
Identifies the MainColor dependency property.
public static readonly DependencyProperty MainColorProperty
MediumDarkColorProperty
DependencyProperty
Identifies the MediumDarkColor dependency property.
public static readonly DependencyProperty MediumDarkColorProperty
MediumLightColorProperty
DependencyProperty
Identifies the MediumLightColor dependency property.
public static readonly DependencyProperty MediumLightColorProperty
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 Office2013Theme's accent elements.
public Color AccentColor { get; set; }
AccentMainColor
Color
Gets or sets the color of the Office2013Theme's accent main elements.
public Color AccentMainColor { get; set; }
BasicColor
Color
Gets or sets the color of the Office2013Theme's basic elements.
public Color BasicColor { get; set; }
Gets or sets the DisabledOpacity used in disabled states.
public double DisabledOpacity { get; set; }
Gets or sets the color of the Office2013Theme's Selected/Pressed effects.
public Color EffectAccentHighColor { get; set; }
EffectAccentLowColor
Color
Gets or sets the semi accent color of the Office2013Theme's effects.
public Color EffectAccentLowColor { get; set; }
EffectHighColor
Color
Gets or sets the color of the Office2013Theme's Selected/Pressed effects.
public Color EffectHighColor { get; set; }
EffectLowColor
Color
Gets or sets the color of the Office2013Theme's MouseOver/Hover effects.
public Color EffectLowColor { get; set; }
FontFamily
FontFamily
Gets or sets the FontFamily used in normal texts.
public FontFamily FontFamily { 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 small text.
public double FontSizeXXS { get; set; }
HighDarkColor
Color
Gets or sets the color of the Office2013Theme's high dark elements.
public Color HighDarkColor { get; set; }
HighLightColor
Color
Gets or sets the color of the Office2013Theme's high light elements.
public Color HighLightColor { get; set; }
InvertedColor
Color
Gets or sets the color of the Office2013Theme's inverted main elements.
public Color InvertedColor { get; set; }
LowDarkColor
Color
Gets or sets the color of the Office2013Theme's low dark elements.
public Color LowDarkColor { get; set; }
LowLightColor
Color
Gets or sets the color of the Office2013Theme's low light elements.
public Color LowLightColor { get; set; }
LowLightMainColor
Color
Gets or sets the color of the Office2013Theme's main low light elements.
public Color LowLightMainColor { get; set; }
MainColor
Color
Gets or sets the color of the Office2013Theme's main elements.
public Color MainColor { get; set; }
MediumDarkColor
Color
Gets or sets the color of the Office2013Theme's medium dark elements.
public Color MediumDarkColor { get; set; }
MediumLightColor
Color
Gets or sets the color of the Office2013Theme's medium light elements.
public Color MediumLightColor { get; set; }
Holds the Palette singleton instance.
public static Office2013Palette Palette { get; }
StrongColor
Color
Gets or sets the color of the Office2013Theme's strong elements.
public Color StrongColor { get; set; }
ValidationColor
Color
Gets or sets the color of the Office2013Theme'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.
Loads a preset.
public static void LoadPreset(Office2013Palette.ColorVariation preset)
The color preset.
Sets the IsFreezable value from a DependencyObject.
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
The dependencyObject.
valueboolThe IsFreezable value.