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

Hold resources used in the Windows8TouchTheme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class Windows8TouchPalette : ThemePalette

Inheritance: objectThemePaletteWindows8TouchPalette

Fields

AccentColorProperty

DependencyProperty

Identifies the AccentColor dependency property.

C#
public static readonly DependencyProperty AccentColorProperty

DisabledOpacityProperty

DependencyProperty

Identifies the DisabledOpacity dependency property.

C#
public static readonly DependencyProperty DisabledOpacityProperty

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

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

FontSizeXXLProperty

DependencyProperty

Identifies the FontSizeXXL dependency property.

C#
public static readonly DependencyProperty FontSizeXXLProperty

HighColorProperty

DependencyProperty

Identifies the HighColor dependency property.

C#
public static readonly DependencyProperty HighColorProperty

InvertedColorProperty

DependencyProperty

Identifies the InvertedColor dependency property.

C#
public static readonly DependencyProperty InvertedColorProperty

Identifies the InvertedForegroundColor dependency property.

C#
public static readonly DependencyProperty InvertedForegroundColorProperty

IsFreezableProperty

DependencyProperty

Identifies the IsFreezable DependencyProperty.

C#
[Obsolete("For XAML resources merge the Windows8TouchResources resource dictionary in your styles and set Windows8TouchResourceExtension for color value. This approach does not require the resources to be frozen for multithreaded application.")]
public static readonly DependencyProperty IsFreezableProperty

LowColorProperty

DependencyProperty

Identifies the LowColor dependency property.

C#
public static readonly DependencyProperty LowColorProperty

MainColorProperty

DependencyProperty

Identifies the MainColor dependency property.

C#
public static readonly DependencyProperty MainColorProperty

MainForegroundColorProperty

DependencyProperty

Identifies the MainForegroundColor dependency property.

C#
public static readonly DependencyProperty MainForegroundColorProperty

MediumColorProperty

DependencyProperty

Identifies the MediumColor dependency property.

C#
public static readonly DependencyProperty MediumColorProperty

ValidationColorProperty

DependencyProperty

Identifies the ValidationColor dependency property.

C#
public static readonly DependencyProperty ValidationColorProperty

Properties

Gets or sets the color of the Windows8TouchTheme's accent.

C#
public Color AccentColor { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { get; set; }

Gets or sets the color of the Windows8TouchTheme's strong highlights.

C#
public Color EffectHighColor { get; set; }

Gets or sets the color of the Windows8TouchTheme's shallow highlights.

C#
public Color EffectLowColor { 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 extra large text.

C#
public double FontSizeXXL { get; set; }

Gets or sets the color of the Windows8TouchTheme's high contrast element.

C#
public Color HighColor { get; set; }

Gets or sets the color of the Windows8TouchTheme's inverted color.

C#
public Color InvertedColor { get; set; }

Gets or sets the color of the Windows8TouchTheme's inverted foreground.

C#
public Color InvertedForegroundColor { get; set; }

Gets or sets the color of the Windows8TouchTheme's low contrast elements.

C#
public Color LowColor { get; set; }

Gets or sets the color of the Windows8TouchTheme's main.

C#
public Color MainColor { get; set; }

Gets or sets the color of the main Windows8TouchTheme's foreground.

C#
public Color MainForegroundColor { get; set; }

Gets or sets the color of the Windows8TouchTheme's medium contrast element.

C#
public Color MediumColor { get; set; }

Holds the Palette singleton instance.

C#
public static Windows8TouchPalette Palette { get; }

Gets or sets the color of the Windows8TouchTheme's validation.

C#
public Color ValidationColor { get; set; }

Methods

Gets the IsFreezable value from a DependencyObject.

C#
[Obsolete("For XAML resources merge the Windows8TouchResources resource dictionary in your styles and set Windows8TouchResourceExtension for color value. This approach does not require the resources to be frozen for multithreaded application.")]
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.