menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class SyncfusionThemeResourceDictionary - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SyncfusionThemeResourceDictionary

    Represents a collection of theme resources for Syncfusion controls.

    Inheritance
    System.Object
    SyncfusionThemeResourceDictionary
    Namespace: Syncfusion.Maui.Toolkit.Themes
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class SyncfusionThemeResourceDictionary : ResourceDictionary
    Remarks

    This class is used to include various themes for Syncfusion controls. Themes can be added to this ResourceDictionary to apply consistent styling across the application.

    Constructors

    SyncfusionThemeResourceDictionary()

    Initializes a new instance of the SyncfusionThemeResourceDictionary class.

    Declaration
    public SyncfusionThemeResourceDictionary()

    Properties

    VisualTheme

    Gets or sets the visual theme for the Syncfusion control.

    Declaration
    public SfVisuals VisualTheme { get; set; }
    Property Value
    Type Description
    SfVisuals

    Accepts an SfVisuals value, with the default being MaterialLight.

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