New to Telerik UI for WPFStart a free 30-day trial

Hold resources used in the Office2013Theme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class Office2013Palette : ThemePalette

Inheritance: objectThemePaletteOffice2013Palette

Fields

AccentColorProperty

DependencyProperty

Identifies the AccentColor dependency property.

C#
public static readonly DependencyProperty AccentColorProperty

AccentMainColorProperty

DependencyProperty

Identifies the AccentMainColor dependency property.

C#
public static readonly DependencyProperty AccentMainColorProperty

BasicColorProperty

DependencyProperty

Identifies the BasicColor dependency property.

C#
public static readonly DependencyProperty BasicColorProperty

DisabledOpacityProperty

DependencyProperty

Identifies the DisabledOpacity dependency property.

C#
public static readonly DependencyProperty DisabledOpacityProperty

Identifies the EffectAccentHighColor dependency property.

C#
public static readonly DependencyProperty EffectAccentHighColorProperty

Identifies the EffectAccentLowColor dependency property.

C#
public static readonly DependencyProperty EffectAccentLowColorProperty

EffectHighColorProperty

DependencyProperty

Identifies the EffectHighColor dependency property.

C#
public static readonly DependencyProperty EffectHighColorProperty

EffectLowColorProperty

DependencyProperty

Identifies the EffectLowColor dependency property.

C#
public static readonly DependencyProperty EffectLowColorProperty

FontFamilyProperty

DependencyProperty

Identifies the FontFamily dependency property.

C#
public static readonly DependencyProperty FontFamilyProperty

FontSizeLProperty

DependencyProperty

Identifies the FontSizeL dependency property.

C#
public static readonly DependencyProperty FontSizeLProperty

FontSizeProperty

DependencyProperty

Identifies the FontSize dependency property.

C#
public static readonly DependencyProperty FontSizeProperty

FontSizeSProperty

DependencyProperty

Identifies the FontSizeS dependency property.

C#
public static readonly DependencyProperty FontSizeSProperty

FontSizeXLProperty

DependencyProperty

Identifies the FontSizeXL dependency property.

C#
public static readonly DependencyProperty FontSizeXLProperty

FontSizeXSProperty

DependencyProperty

Identifies the FontSizeXS dependency property.

C#
public static readonly DependencyProperty FontSizeXSProperty

FontSizeXXSProperty

DependencyProperty

Identifies the FontSizeXXS dependency property.

C#
public static readonly DependencyProperty FontSizeXXSProperty

HighDarkColorProperty

DependencyProperty

Identifies the HighDarkColor dependency property.

C#
public static readonly DependencyProperty HighDarkColorProperty

HighLightColorProperty

DependencyProperty

Identifies the HighLightColor dependency property.

C#
public static readonly DependencyProperty HighLightColorProperty

InvertedColorProperty

DependencyProperty

Identifies the InvertedColor dependency property.

C#
public static readonly DependencyProperty InvertedColorProperty

IsFreezableProperty

DependencyProperty

Identifies the IsFreezable DependencyProperty.

C#
public static readonly DependencyProperty IsFreezableProperty

LowDarkColorProperty

DependencyProperty

Identifies the LowDarkColor dependency property.

C#
public static readonly DependencyProperty LowDarkColorProperty

LowLightColorProperty

DependencyProperty

Identifies the LowLightColor dependency property.

C#
public static readonly DependencyProperty LowLightColorProperty

LowLightMainColorProperty

DependencyProperty

Identifies the LowLightMainColor dependency property.

C#
public static readonly DependencyProperty LowLightMainColorProperty

MainColorProperty

DependencyProperty

Identifies the MainColor dependency property.

C#
public static readonly DependencyProperty MainColorProperty

MediumDarkColorProperty

DependencyProperty

Identifies the MediumDarkColor dependency property.

C#
public static readonly DependencyProperty MediumDarkColorProperty

MediumLightColorProperty

DependencyProperty

Identifies the MediumLightColor dependency property.

C#
public static readonly DependencyProperty MediumLightColorProperty

StrongColorProperty

DependencyProperty

Identifies the StrongColor dependency property.

C#
public static readonly DependencyProperty StrongColorProperty

ValidationColorProperty

DependencyProperty

Identifies the ValidationColor dependency property.

C#
public static readonly DependencyProperty ValidationColorProperty

Properties

Gets or sets the color of the Office2013Theme's accent elements.

C#
public Color AccentColor { get; set; }

Gets or sets the color of the Office2013Theme's accent main elements.

C#
public Color AccentMainColor { get; set; }

Gets or sets the color of the Office2013Theme's basic elements.

C#
public Color BasicColor { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { get; set; }

Gets or sets the color of the Office2013Theme's Selected/Pressed effects.

C#
public Color EffectAccentHighColor { get; set; }

Gets or sets the semi accent color of the Office2013Theme's effects.

C#
public Color EffectAccentLowColor { get; set; }

Gets or sets the color of the Office2013Theme's Selected/Pressed effects.

C#
public Color EffectHighColor { get; set; }

Gets or sets the color of the Office2013Theme's MouseOver/Hover effects.

C#
public Color EffectLowColor { get; set; }

FontFamily

FontFamily

Gets or sets the FontFamily used in normal texts.

C#
public FontFamily FontFamily { get; set; }

Gets or sets the font size for normal text.

C#
public double FontSize { get; set; }

Gets or sets the font size for large text.

C#
public double FontSizeL { get; set; }

Gets or sets the font size for small text.

C#
public double FontSizeS { get; set; }

Gets or sets the font size for extra large text.

C#
public double FontSizeXL { get; set; }

Gets or sets the font size for extra small text.

C#
public double FontSizeXS { get; set; }

Gets or sets the font size for extra extra small text.

C#
public double FontSizeXXS { get; set; }

Gets or sets the color of the Office2013Theme's high dark elements.

C#
public Color HighDarkColor { get; set; }

Gets or sets the color of the Office2013Theme's high light elements.

C#
public Color HighLightColor { get; set; }

Gets or sets the color of the Office2013Theme's inverted main elements.

C#
public Color InvertedColor { get; set; }

Gets or sets the color of the Office2013Theme's low dark elements.

C#
public Color LowDarkColor { get; set; }

Gets or sets the color of the Office2013Theme's low light elements.

C#
public Color LowLightColor { get; set; }

Gets or sets the color of the Office2013Theme's main low light elements.

C#
public Color LowLightMainColor { get; set; }

Gets or sets the color of the Office2013Theme's main elements.

C#
public Color MainColor { get; set; }

Gets or sets the color of the Office2013Theme's medium dark elements.

C#
public Color MediumDarkColor { get; set; }

Gets or sets the color of the Office2013Theme's medium light elements.

C#
public Color MediumLightColor { get; set; }

Holds the Palette singleton instance.

C#
public static Office2013Palette Palette { get; }

Gets or sets the color of the Office2013Theme's strong elements.

C#
public Color StrongColor { get; set; }

Gets or sets the color of the Office2013Theme's validation elements.

C#
public Color ValidationColor { get; set; }

Methods

Gets the IsFreezable value from a DependencyObject.

C#
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters:dependencyObjectDependencyObject

The dependencyObject.

Returns:

bool

The IsFreezable value.

Loads a preset.

C#
public static void LoadPreset(Office2013Palette.ColorVariation preset)
Parameters:presetOffice2013Palette.ColorVariation

The color preset.

Sets the IsFreezable value from a DependencyObject.

C#
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters:dependencyObjectDependencyObject

The dependencyObject.

valuebool

The IsFreezable value.