Class SyncfusionThemeDictionary
ThemeDictionary class for Syncfusion in which controls themes are to be included.
Namespace: Syncfusion.Maui.Themes
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class SyncfusionThemeDictionary : ResourceDictionary
Constructors
SyncfusionThemeDictionary()
Initializes a new instance of the SyncfusionThemeDictionary class.
Declaration
public SyncfusionThemeDictionary()
SyncfusionThemeDictionary(Boolean, Boolean)
Initializes a new instance of the SyncfusionThemeDictionary class.
Declaration
public SyncfusionThemeDictionary(bool isDark = false, bool isCupertino = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isDark | true to apply the dark theme; otherwise, false to apply the light theme. The default is false. |
| System.Boolean | isCupertino | true to use the Cupertino-style theme; otherwise, false to use the Material-style theme. The default is false. |