Class
Office2013Palette

Hold resources used in the Office2013Theme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public sealed class Office2013Palette : ThemePalette

Inheritance: objectThemePaletteOffice2013Palette

Fields

AccentColorProperty

Identifies the AccentColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AccentColorProperty

Field Value

DependencyProperty

AccentMainColorProperty

Identifies the AccentMainColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AccentMainColorProperty

Field Value

DependencyProperty

BasicColorProperty

Identifies the BasicColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BasicColorProperty

Field Value

DependencyProperty

DisabledOpacityProperty

Identifies the DisabledOpacity dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DisabledOpacityProperty

Field Value

DependencyProperty

EffectAccentHighColorProperty

Identifies the EffectAccentHighColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EffectAccentHighColorProperty

Field Value

DependencyProperty

EffectAccentLowColorProperty

Identifies the EffectAccentLowColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EffectAccentLowColorProperty

Field Value

DependencyProperty

EffectHighColorProperty

Identifies the EffectHighColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EffectHighColorProperty

Field Value

DependencyProperty

EffectLowColorProperty

Identifies the EffectLowColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EffectLowColorProperty

Field Value

DependencyProperty

FontFamilyProperty

Identifies the FontFamily dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontFamilyProperty

Field Value

DependencyProperty

FontSizeLProperty

Identifies the FontSizeL dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontSizeLProperty

Field Value

DependencyProperty

FontSizeProperty

Identifies the FontSize dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontSizeProperty

Field Value

DependencyProperty

FontSizeSProperty

Identifies the FontSizeS dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontSizeSProperty

Field Value

DependencyProperty

FontSizeXLProperty

Identifies the FontSizeXL dependency property.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XL")]
public static readonly DependencyProperty FontSizeXLProperty

Field Value

DependencyProperty

FontSizeXSProperty

Identifies the FontSizeXS dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontSizeXSProperty

Field Value

DependencyProperty

FontSizeXXSProperty

Identifies the FontSizeXXS dependency property.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XXS")]
public static readonly DependencyProperty FontSizeXXSProperty

Field Value

DependencyProperty

HighDarkColorProperty

Identifies the HighDarkColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HighDarkColorProperty

Field Value

DependencyProperty

HighLightColorProperty

Identifies the HighLightColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HighLightColorProperty

Field Value

DependencyProperty

InvertedColorProperty

Identifies the InvertedColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InvertedColorProperty

Field Value

DependencyProperty

IsFreezableProperty

Identifies the IsFreezable DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFreezableProperty

Field Value

DependencyProperty

LowDarkColorProperty

Identifies the LowDarkColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LowDarkColorProperty

Field Value

DependencyProperty

LowLightColorProperty

Identifies the LowLightColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LowLightColorProperty

Field Value

DependencyProperty

LowLightMainColorProperty

Identifies the LowLightMainColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LowLightMainColorProperty

Field Value

DependencyProperty

MainColorProperty

Identifies the MainColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MainColorProperty

Field Value

DependencyProperty

MediumDarkColorProperty

Identifies the MediumDarkColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MediumDarkColorProperty

Field Value

DependencyProperty

MediumLightColorProperty

Identifies the MediumLightColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MediumLightColorProperty

Field Value

DependencyProperty

StrongColorProperty

Identifies the StrongColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrongColorProperty

Field Value

DependencyProperty

ValidationColorProperty

Identifies the ValidationColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValidationColorProperty

Field Value

DependencyProperty

Properties

AccentColor

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

Declaration

cs-api-definition
public Color AccentColor { get; set; }

Property Value

Color

AccentMainColor

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

Declaration

cs-api-definition
public Color AccentMainColor { get; set; }

Property Value

Color

BasicColor

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

Declaration

cs-api-definition
public Color BasicColor { get; set; }

Property Value

Color

DisabledOpacity

Gets or sets the DisabledOpacity used in disabled states.

Declaration

cs-api-definition
public double DisabledOpacity { get; set; }

Property Value

double

EffectAccentHighColor

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

Declaration

cs-api-definition
public Color EffectAccentHighColor { get; set; }

Property Value

Color

EffectAccentLowColor

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

Declaration

cs-api-definition
public Color EffectAccentLowColor { get; set; }

Property Value

Color

EffectHighColor

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

Declaration

cs-api-definition
public Color EffectHighColor { get; set; }

Property Value

Color

EffectLowColor

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

Declaration

cs-api-definition
public Color EffectLowColor { get; set; }

Property Value

Color

FontFamily

Gets or sets the FontFamily used in normal texts.

Declaration

cs-api-definition
public FontFamily FontFamily { get; set; }

Property Value

FontFamily

FontSize

Gets or sets the font size for normal text.

Declaration

cs-api-definition
public double FontSize { get; set; }

Property Value

double

FontSizeL

Gets or sets the font size for large text.

Declaration

cs-api-definition
public double FontSizeL { get; set; }

Property Value

double

FontSizeS

Gets or sets the font size for small text.

Declaration

cs-api-definition
public double FontSizeS { get; set; }

Property Value

double

FontSizeXL

Gets or sets the font size for extra large text.

Declaration

cs-api-definition
public double FontSizeXL { get; set; }

Property Value

double

FontSizeXS

Gets or sets the font size for extra small text.

Declaration

cs-api-definition
public double FontSizeXS { get; set; }

Property Value

double

FontSizeXXS

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

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XXS")]
public double FontSizeXXS { get; set; }

Property Value

double

HighDarkColor

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

Declaration

cs-api-definition
public Color HighDarkColor { get; set; }

Property Value

Color

HighLightColor

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

Declaration

cs-api-definition
public Color HighLightColor { get; set; }

Property Value

Color

InvertedColor

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

Declaration

cs-api-definition
public Color InvertedColor { get; set; }

Property Value

Color

LowDarkColor

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

Declaration

cs-api-definition
public Color LowDarkColor { get; set; }

Property Value

Color

LowLightColor

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

Declaration

cs-api-definition
public Color LowLightColor { get; set; }

Property Value

Color

LowLightMainColor

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

Declaration

cs-api-definition
public Color LowLightMainColor { get; set; }

Property Value

Color

MainColor

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

Declaration

cs-api-definition
public Color MainColor { get; set; }

Property Value

Color

MediumDarkColor

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

Declaration

cs-api-definition
public Color MediumDarkColor { get; set; }

Property Value

Color

MediumLightColor

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

Declaration

cs-api-definition
public Color MediumLightColor { get; set; }

Property Value

Color

Palette

Holds the Palette singleton instance.

Declaration

cs-api-definition
public static Office2013Palette Palette { get; }

Property Value

Office2013Palette

StrongColor

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

Declaration

cs-api-definition
public Color StrongColor { get; set; }

Property Value

Color

ValidationColor

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

Declaration

cs-api-definition
public Color ValidationColor { get; set; }

Property Value

Color

Methods

GetIsFreezable(DependencyObject)

Gets the IsFreezable value from a DependencyObject.

Declaration

cs-api-definition
public static bool GetIsFreezable(DependencyObject dependencyObject)

Parameters

dependencyObject

DependencyObject

The dependencyObject.

Returns

bool

The IsFreezable value.

LoadPreset(ColorVariation)

Loads a preset.

Declaration

cs-api-definition
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

cs-api-definition
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)

Parameters

dependencyObject

DependencyObject

The dependencyObject.

value

bool

The IsFreezable value.