menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemeDictionaries - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ThemeDictionaries

    Represents the ThemeDictionaries class.

    Inheritance
    System.Object
    ThemeDictionaries
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ThemeDictionaries : ResourceDictionary

    Constructors

    ThemeDictionaries()

    Declaration
    public ThemeDictionaries()

    Properties

    DarkThemeDictionary

    Gets or sets the dark theme for phone

    Declaration
    public ResourceDictionary DarkThemeDictionary { get; set; }
    Property Value
    Type
    System.Windows.ResourceDictionary

    LightThemeDictionary

    Gets or sets the light theme for phone

    Declaration
    public ResourceDictionary LightThemeDictionary { get; set; }
    Property Value
    Type
    System.Windows.ResourceDictionary
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved