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

Hold resources used in the Windows8Theme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class Windows8Palette : ThemePalette

Inheritance: objectThemePaletteWindows8Palette

Fields

AccentColorProperty

DependencyProperty

Identifies the AccentColor dependency property.

C#
public static readonly DependencyProperty AccentColorProperty

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

FontFamilyLightProperty

DependencyProperty

Identifies the FontFamilyLight dependency property.

C#
public static readonly DependencyProperty FontFamilyLightProperty

FontFamilyProperty

DependencyProperty

Identifies the FontFamily dependency property.

C#
public static readonly DependencyProperty FontFamilyProperty

FontFamilyStrongProperty

DependencyProperty

Identifies the FontFamilyStrong dependency property.

C#
public static readonly DependencyProperty FontFamilyStrongProperty

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

FontSizeXXLProperty

DependencyProperty

Identifies the FontSizeXXL dependency property.

C#
public static readonly DependencyProperty FontSizeXXLProperty

FontSizeXXXLProperty

DependencyProperty

Identifies the FontSizeXXXL dependency property.

C#
public static readonly DependencyProperty FontSizeXXXLProperty

IsFreezableProperty

DependencyProperty

Identifies the IsFreezable DependencyProperty.

C#
public static readonly DependencyProperty IsFreezableProperty

MainColorProperty

DependencyProperty

Identifies the MainColor dependency property.

C#
public static readonly DependencyProperty MainColorProperty

MarkerColorProperty

DependencyProperty

Identifies the MarkerColor dependency property.

C#
public static readonly DependencyProperty MarkerColorProperty

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

C#
public Color AccentColor { get; set; }

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

C#
public Color BasicColor { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { get; set; }

FontFamily

FontFamily

Gets or sets the FontFamily used in normal texts.

C#
public FontFamily FontFamily { get; set; }

FontFamilyLight

FontFamily

Gets or sets the FontFamily used in light texts.

C#
public FontFamily FontFamilyLight { get; set; }

Gets or sets the FontFamily used in important texts.

C#
public FontFamily FontFamilyStrong { 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 large text.

C#
public double FontSizeXXL { get; set; }

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

C#
public double FontSizeXXXL { get; set; }

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

C#
public Color MainColor { get; set; }

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

C#
public Color MarkerColor { get; set; }

Holds the Palette singleton instance.

C#
public static Windows8Palette Palette { get; }

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

C#
public Color StrongColor { get; set; }

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

Sets the IsFreezable value from a DependencyObject.

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

The dependencyObject.

valuebool

The IsFreezable value.