alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SyncfusionThemeDictionary

    ThemeDictionary class for Syncfusion in which controls themes are to be included.

    Inheritance
    System.Object
    SyncfusionThemeDictionary
    DarkThemeColors
    DefaultTheme
    LightThemeColors
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved