Class Theme
Defines the theme style of the Syncfusion component.
Inheritance
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 |
---|
Theme |
Bootstrap4
Renders the Syncfusion component with bootstrap4 theme.
Declaration
public const Theme Bootstrap4
Field Value
Type |
---|
Theme |
Bootstrap5
Renders the Syncfusion component with bootstrap5 theme.
Declaration
public const Theme Bootstrap5
Field Value
Type |
---|
Theme |
Bootstrap5Dark
Renders the Syncfusion component with bootstrap5Dark theme.
Declaration
public const Theme Bootstrap5Dark
Field Value
Type |
---|
Theme |
BootstrapDark
Renders the Syncfusion component with bootstrap dark theme.
Declaration
public const Theme BootstrapDark
Field Value
Type |
---|
Theme |
Fabric
Renders the Syncfusion component with fabric theme.
Declaration
public const Theme Fabric
Field Value
Type |
---|
Theme |
FabricDark
Renders the Syncfusion component with fabric dark theme.
Declaration
public const Theme FabricDark
Field Value
Type |
---|
Theme |
Fluent
Renders the Syncfusion component with fluent theme.
Declaration
public const Theme Fluent
Field Value
Type |
---|
Theme |
Fluent2
Renders the Syncfusion component with fluent2 theme.
Declaration
public const Theme Fluent2
Field Value
Type |
---|
Theme |
Fluent2Dark
Renders the Syncfusion component with fluent2 dark theme.
Declaration
public const Theme Fluent2Dark
Field Value
Type |
---|
Theme |
Fluent2HighContrast
Renders the Syncfusion component with fluent2 high contrast theme.
Declaration
public const Theme Fluent2HighContrast
Field Value
Type |
---|
Theme |
FluentDark
Renders the Syncfusion component with fluent dark theme.
Declaration
public const Theme FluentDark
Field Value
Type |
---|
Theme |
HighContrast
Renders the Syncfusion component with high contrast theme.
Declaration
public const Theme HighContrast
Field Value
Type |
---|
Theme |
HighContrastLight
Renders the Syncfusion component with high contrast light theme.
Declaration
public const Theme HighContrastLight
Field Value
Type |
---|
Theme |
Material
Renders the Syncfusion component with material theme.
Declaration
public const Theme Material
Field Value
Type |
---|
Theme |
Material3
Renders the Syncfusion component with material3 theme.
Declaration
public const Theme Material3
Field Value
Type |
---|
Theme |
Material3Dark
Renders the Syncfusion component with material3Dark theme.
Declaration
public const Theme Material3Dark
Field Value
Type |
---|
Theme |
MaterialDark
Renders the Syncfusion component with material dark theme.
Declaration
public const Theme MaterialDark
Field Value
Type |
---|
Theme |
Tailwind
Renders the Syncfusion component with tailwind theme.
Declaration
public const Theme Tailwind
Field Value
Type |
---|
Theme |
TailwindDark
Renders the Syncfusion component with tailwind dark theme.
Declaration
public const Theme TailwindDark
Field Value
Type |
---|
Theme |