skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class Windows8TouchPalette

Hold resources used in the Windows8TouchTheme theme.

Inheritance
System.Object
ThemePalette
Windows8TouchPalette
Inherited Members
ThemePalette.FreezeCore(Boolean)
ThemePalette.CreateInstanceCore()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll

Syntax

public sealed class Windows8TouchPalette : ThemePalette

Fields

AccentColorProperty

Identifies the AccentColor dependency property.

Declaration
public static readonly DependencyProperty AccentColorProperty
Field Value
System.Windows.DependencyProperty

DisabledOpacityProperty

Identifies the DisabledOpacity dependency property.

Declaration
public static readonly DependencyProperty DisabledOpacityProperty
Field Value
System.Windows.DependencyProperty

EffectHighColorProperty

Identifies the EffectHighColor dependency property.

Declaration
public static readonly DependencyProperty EffectHighColorProperty
Field Value
System.Windows.DependencyProperty

EffectLowColorProperty

Identifies the EffectLowColor dependency property.

Declaration
public static readonly DependencyProperty EffectLowColorProperty
Field Value
System.Windows.DependencyProperty

FontFamilyLightProperty

Identifies the FontFamilyLight dependency property.

Declaration
public static readonly DependencyProperty FontFamilyLightProperty
Field Value
System.Windows.DependencyProperty

FontFamilyProperty

Identifies the FontFamily dependency property.

Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
System.Windows.DependencyProperty

FontFamilyStrongProperty

Identifies the FontFamilyStrong dependency property.

Declaration
public static readonly DependencyProperty FontFamilyStrongProperty
Field Value
System.Windows.DependencyProperty

FontSizeLProperty

Identifies the FontSizeL dependency property.

Declaration
public static readonly DependencyProperty FontSizeLProperty
Field Value
System.Windows.DependencyProperty

FontSizeProperty

Identifies the FontSize dependency property.

Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
System.Windows.DependencyProperty

FontSizeSProperty

Identifies the FontSizeS dependency property.

Declaration
public static readonly DependencyProperty FontSizeSProperty
Field Value
System.Windows.DependencyProperty

FontSizeXLProperty

Identifies the FontSizeXL dependency property.

Declaration
public static readonly DependencyProperty FontSizeXLProperty
Field Value
System.Windows.DependencyProperty

FontSizeXXLProperty

Identifies the FontSizeXXL dependency property.

Declaration
public static readonly DependencyProperty FontSizeXXLProperty
Field Value
System.Windows.DependencyProperty

HighColorProperty

Identifies the HighColor dependency property.

Declaration
public static readonly DependencyProperty HighColorProperty
Field Value
System.Windows.DependencyProperty

InvertedColorProperty

Identifies the InvertedColor dependency property.

Declaration
public static readonly DependencyProperty InvertedColorProperty
Field Value
System.Windows.DependencyProperty

InvertedForegroundColorProperty

Identifies the InvertedForegroundColor dependency property.

Declaration
public static readonly DependencyProperty InvertedForegroundColorProperty
Field Value
System.Windows.DependencyProperty

IsFreezableProperty

Identifies the IsFreezable DependencyProperty.

Declaration
public static readonly DependencyProperty IsFreezableProperty
Field Value
System.Windows.DependencyProperty

LowColorProperty

Identifies the LowColor dependency property.

Declaration
public static readonly DependencyProperty LowColorProperty
Field Value
System.Windows.DependencyProperty

MainColorProperty

Identifies the MainColor dependency property.

Declaration
public static readonly DependencyProperty MainColorProperty
Field Value
System.Windows.DependencyProperty

MainForegroundColorProperty

Identifies the MainForegroundColor dependency property.

Declaration
public static readonly DependencyProperty MainForegroundColorProperty
Field Value
System.Windows.DependencyProperty

MediumColorProperty

Identifies the MediumColor dependency property.

Declaration
public static readonly DependencyProperty MediumColorProperty
Field Value
System.Windows.DependencyProperty

ValidationColorProperty

Identifies the ValidationColor dependency property.

Declaration
public static readonly DependencyProperty ValidationColorProperty
Field Value
System.Windows.DependencyProperty

Properties

AccentColor

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

Declaration
public Color AccentColor { get; set; }
Property Value
System.Windows.Media.Color

DisabledOpacity

Gets or sets the DisabledOpacity used in disabled states.

Declaration
public double DisabledOpacity { get; set; }
Property Value
System.Double

EffectHighColor

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

Declaration
public Color EffectHighColor { get; set; }
Property Value
System.Windows.Media.Color

EffectLowColor

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

Declaration
public Color EffectLowColor { get; set; }
Property Value
System.Windows.Media.Color

FontFamily

Gets or sets the FontFamily used in normal texts.

Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily

FontFamilyLight

Gets or sets the FontFamily used in light texts.

Declaration
public FontFamily FontFamilyLight { get; set; }
Property Value
System.Windows.Media.FontFamily

FontFamilyStrong

Gets or sets the FontFamily used in important texts.

Declaration
public FontFamily FontFamilyStrong { get; set; }
Property Value
System.Windows.Media.FontFamily

FontSize

Gets or sets the font size for normal text.

Declaration
public double FontSize { get; set; }
Property Value
System.Double

FontSizeL

Gets or sets the font size for large text.

Declaration
public double FontSizeL { get; set; }
Property Value
System.Double

FontSizeS

Gets or sets the font size for small text.

Declaration
public double FontSizeS { get; set; }
Property Value
System.Double

FontSizeXL

Gets or sets the font size for extra large text.

Declaration
public double FontSizeXL { get; set; }
Property Value
System.Double

FontSizeXXL

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

Declaration
public double FontSizeXXL { get; set; }
Property Value
System.Double

HighColor

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

Declaration
public Color HighColor { get; set; }
Property Value
System.Windows.Media.Color

InvertedColor

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

Declaration
public Color InvertedColor { get; set; }
Property Value
System.Windows.Media.Color

InvertedForegroundColor

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

Declaration
public Color InvertedForegroundColor { get; set; }
Property Value
System.Windows.Media.Color

LowColor

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

Declaration
public Color LowColor { get; set; }
Property Value
System.Windows.Media.Color

MainColor

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

Declaration
public Color MainColor { get; set; }
Property Value
System.Windows.Media.Color

MainForegroundColor

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

Declaration
public Color MainForegroundColor { get; set; }
Property Value
System.Windows.Media.Color

MediumColor

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

Declaration
public Color MediumColor { get; set; }
Property Value
System.Windows.Media.Color

Palette

Holds the Palette singleton instance.

Declaration
public static Windows8TouchPalette Palette { get; }
Property Value
Windows8TouchPalette

ValidationColor

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

Declaration
public Color ValidationColor { get; set; }
Property Value
System.Windows.Media.Color

Methods

GetIsFreezable(DependencyObject)

Gets the IsFreezable value from a DependencyObject.

Declaration
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters
System.Windows.DependencyObject dependencyObject

The dependencyObject.

Returns
System.Boolean

The IsFreezable value.

SetIsFreezable(DependencyObject, Boolean)

Sets the IsFreezable value from a DependencyObject.

Declaration
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters
System.Windows.DependencyObject dependencyObject

The dependencyObject.

System.Boolean value

The IsFreezable value.

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.