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 |
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 |
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 |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |