Class
Windows8Palette

Hold resources used in the Windows8Theme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public sealed class Windows8Palette : ThemePalette

Inheritance: objectThemePaletteWindows8Palette

Fields

AccentColorProperty

Identifies the AccentColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AccentColorProperty

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

FontFamilyLightProperty

Identifies the FontFamilyLight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontFamilyLightProperty

Field Value

DependencyProperty

FontFamilyProperty

Identifies the FontFamily dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontFamilyProperty

Field Value

DependencyProperty

FontFamilyStrongProperty

Identifies the FontFamilyStrong dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontFamilyStrongProperty

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
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

FontSizeXXLProperty

Identifies the FontSizeXXL dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontSizeXXLProperty

Field Value

DependencyProperty

FontSizeXXXLProperty

Identifies the FontSizeXXXL dependency property.

Declaration

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

Field Value

DependencyProperty

IsFreezableProperty

Identifies the IsFreezable DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFreezableProperty

Field Value

DependencyProperty

MainColorProperty

Identifies the MainColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MainColorProperty

Field Value

DependencyProperty

MarkerColorProperty

Identifies the MarkerColor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MarkerColorProperty

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 Windows8Theme's accent elements.

Declaration

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

Property Value

Color

BasicColor

Gets or sets the color of the Windows8Theme'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

FontFamily

Gets or sets the FontFamily used in normal texts.

Declaration

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

Property Value

FontFamily

FontFamilyLight

Gets or sets the FontFamily used in light texts.

Declaration

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

Property Value

FontFamily

FontFamilyStrong

Gets or sets the FontFamily used in important texts.

Declaration

cs-api-definition
public FontFamily FontFamilyStrong { 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

FontSizeXXL

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

Declaration

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

Property Value

double

FontSizeXXXL

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

Declaration

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

Property Value

double

MainColor

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

Declaration

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

Property Value

Color

MarkerColor

Gets or sets the color of the Windows8Theme's marker elements.

Declaration

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

Property Value

Color

Palette

Holds the Palette singleton instance.

Declaration

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

Property Value

Windows8Palette

StrongColor

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

Declaration

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

Property Value

Color

ValidationColor

Gets or sets the color of the Windows8Theme'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.

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.