Enum Theme
Defines the theme style of the Syncfusion component.
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Theme
Fields
| Name | Description |
|---|---|
| Bootstrap | Renders the Syncfusion component with bootstrap theme. |
| Bootstrap4 | Renders the Syncfusion component with bootstrap4 theme. |
| Bootstrap5 | Renders the Syncfusion component with bootstrap5 theme. |
| Bootstrap5Dark | Renders the Syncfusion component with bootstrap5Dark theme. |
| BootstrapDark | Renders the Syncfusion component with bootstrap dark theme. |
| Fabric | Renders the Syncfusion component with fabric theme. |
| FabricDark | Renders the Syncfusion component with fabric dark theme. |
| Fluent | Renders the Syncfusion component with fluent theme. |
| Fluent2 | Renders the Syncfusion component with fluent2 theme. |
| Fluent2Dark | Renders the Syncfusion component with fluent2 dark theme. |
| Fluent2HighContrast | Renders the Syncfusion component with fluent2 high contrast theme. |
| FluentDark | Renders the Syncfusion component with fluent dark theme. |
| HighContrast | Renders the Syncfusion component with high contrast theme. |
| HighContrastLight | Renders the Syncfusion component with high contrast light theme. |
| Material | Renders the Syncfusion component with material theme. |
| Material3 | Renders the Syncfusion component with material3 theme. |
| Material3Dark | Renders the Syncfusion component with material3Dark theme. |
| MaterialDark | Renders the Syncfusion component with material dark theme. |
| Tailwind | Renders the Syncfusion component with tailwind theme. |
| Tailwind3 | Renders the Syncfusion component with tailwind3 theme. |
| Tailwind3Dark | Renders the Syncfusion component with tailwind3Dark theme. |
| TailwindDark | Renders the Syncfusion component with tailwind dark theme. |