Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Theme

    Show / Hide Table of Contents

    Class Theme

    Defines the theme style of the Syncfusion component.

    Inheritance
    System.Object
    Theme
    Namespace: Syncfusion.Blazor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Theme : Enum

    Fields

    Bootstrap

    Renders the Syncfusion component with bootstrap theme.

    Declaration
    public const Theme Bootstrap
    Field Value
    Type Description
    Theme

    Bootstrap4

    Renders the Syncfusion component with bootstrap4 theme.

    Declaration
    public const Theme Bootstrap4
    Field Value
    Type Description
    Theme

    Bootstrap5

    Renders the Syncfusion component with bootstrap5 theme.

    Declaration
    public const Theme Bootstrap5
    Field Value
    Type Description
    Theme

    Bootstrap5Dark

    Renders the Syncfusion component with bootstrap5Dark theme.

    Declaration
    public const Theme Bootstrap5Dark
    Field Value
    Type Description
    Theme

    BootstrapDark

    Renders the Syncfusion component with bootstrap dark theme.

    Declaration
    public const Theme BootstrapDark
    Field Value
    Type Description
    Theme

    Fabric

    Renders the Syncfusion component with fabric theme.

    Declaration
    public const Theme Fabric
    Field Value
    Type Description
    Theme

    FabricDark

    Renders the Syncfusion component with fabric dark theme.

    Declaration
    public const Theme FabricDark
    Field Value
    Type Description
    Theme

    Fluent

    Renders the Syncfusion component with fluent theme.

    Declaration
    public const Theme Fluent
    Field Value
    Type Description
    Theme

    FluentDark

    Renders the Syncfusion component with fluent dark theme.

    Declaration
    public const Theme FluentDark
    Field Value
    Type Description
    Theme

    HighContrast

    Renders the Syncfusion component with high contrast theme.

    Declaration
    public const Theme HighContrast
    Field Value
    Type Description
    Theme

    HighContrastLight

    Renders the Syncfusion component with high contrast light theme.

    Declaration
    public const Theme HighContrastLight
    Field Value
    Type Description
    Theme

    Material

    Renders the Syncfusion component with material theme.

    Declaration
    public const Theme Material
    Field Value
    Type Description
    Theme

    MaterialDark

    Renders the Syncfusion component with material dark theme.

    Declaration
    public const Theme MaterialDark
    Field Value
    Type Description
    Theme

    Tailwind

    Renders the Syncfusion component with tailwind theme.

    Declaration
    public const Theme Tailwind
    Field Value
    Type Description
    Theme

    TailwindDark

    Renders the Syncfusion component with tailwind dark theme.

    Declaration
    public const Theme TailwindDark
    Field Value
    Type Description
    Theme

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved