skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class Office2013Palette

Hold resources used in the Telerik.Windows.Controls.Office2013Theme theme.

Inheritance
System.Object
ThemePalette
Office2013Palette
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll

Syntax

public sealed class Office2013Palette : ThemePalette

Fields

AccentColorProperty

Identifies the AccentColor dependency property.

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

AccentMainColorProperty

Identifies the AccentMainColor dependency property.

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

BasicColorProperty

Identifies the BasicColor dependency property.

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

DisabledOpacityProperty

Identifies the DisabledOpacity dependency property.

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

EffectAccentHighColorProperty

Identifies the EffectAccentHighColor dependency property.

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

EffectAccentLowColorProperty

Identifies the EffectAccentLowColor dependency property.

Declaration
public static readonly DependencyProperty EffectAccentLowColorProperty
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

FontFamilyProperty

Identifies the FontFamily dependency property.

Declaration
public static readonly DependencyProperty FontFamilyProperty
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

FontSizeXSProperty

Identifies the FontSizeXS dependency property.

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

FontSizeXXSProperty

Identifies the FontSizeXXS dependency property.

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

HighDarkColorProperty

Identifies the HighDarkColor dependency property.

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

HighLightColorProperty

Identifies the HighLightColor dependency property.

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

InvertedColorProperty

Identifies the InvertedColor dependency property.

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

IsFreezableProperty

Identifies the IsFreezable DependencyProperty.

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

LowDarkColorProperty

Identifies the LowDarkColor dependency property.

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

LowLightColorProperty

Identifies the LowLightColor dependency property.

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

LowLightMainColorProperty

Identifies the LowLightMainColor dependency property.

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

MainColorProperty

Identifies the MainColor dependency property.

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

MediumDarkColorProperty

Identifies the MediumDarkColor dependency property.

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

MediumLightColorProperty

Identifies the MediumLightColor dependency property.

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

StrongColorProperty

Identifies the StrongColor dependency property.

Declaration
public static readonly DependencyProperty StrongColorProperty
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 Office2013Theme's accent elements.

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

AccentMainColor

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

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

BasicColor

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

Declaration
public Color BasicColor { 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

EffectAccentHighColor

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

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

EffectAccentLowColor

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

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

EffectHighColor

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

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

EffectLowColor

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

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

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

FontSizeXS

Gets or sets the font size for extra small text.

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

FontSizeXXS

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

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

HighDarkColor

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

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

HighLightColor

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

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

InvertedColor

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

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

LowDarkColor

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

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

LowLightColor

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

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

LowLightMainColor

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

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

MainColor

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

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

MediumDarkColor

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

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

MediumLightColor

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

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

Palette

Holds the Palette singleton instance.

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

StrongColor

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

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

ValidationColor

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

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.

LoadPreset(Office2013Palette.ColorVariation)

Loads a preset.

Declaration
public static void LoadPreset(Office2013Palette.ColorVariation preset)
Parameters
Office2013Palette.ColorVariation preset

The color preset.

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)

Was this article helpful?

Tell us how we can improve this article

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