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 |