Class Theme
An enum representing the available themes in the image editor.
Inheritance
System.Object
Theme
Namespace: Syncfusion.EJ2.ImageEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class Theme : Enum
Fields
Bootstrap
The Bootstrap theme.
Declaration
public const Theme Bootstrap
Field Value
Type |
---|
Theme |
Bootstrap4
The Bootstrap 4 theme.
Declaration
public const Theme Bootstrap4
Field Value
Type |
---|
Theme |
Bootstrap5
The Bootstrap 5 theme.
Declaration
public const Theme Bootstrap5
Field Value
Type |
---|
Theme |
Bootstrap5Dark
The dark variant of the Bootstrap 5 theme.
Declaration
public const Theme Bootstrap5Dark
Field Value
Type |
---|
Theme |
BootstrapDark
The dark variant of the Bootstrap theme.
Declaration
public const Theme BootstrapDark
Field Value
Type |
---|
Theme |
Fabric
The Fabric theme.
Declaration
public const Theme Fabric
Field Value
Type |
---|
Theme |
FabricDark
The dark variant of the Fabric theme.
Declaration
public const Theme FabricDark
Field Value
Type |
---|
Theme |
Fluent
The Fluent UI theme.
Declaration
public const Theme Fluent
Field Value
Type |
---|
Theme |
Fluent2
The Fluent 2.0 UI theme.
Declaration
public const Theme Fluent2
Field Value
Type |
---|
Theme |
Fluent2Dark
The dark variant of the Fluent 2.0 UI theme.
Declaration
public const Theme Fluent2Dark
Field Value
Type |
---|
Theme |
FluentDark
The dark variant of the Fluent UI theme.
Declaration
public const Theme FluentDark
Field Value
Type |
---|
Theme |
Highcontrast
The high contrast theme.
Declaration
public const Theme Highcontrast
Field Value
Type |
---|
Theme |
Material
The Material Design theme.
Declaration
public const Theme Material
Field Value
Type |
---|
Theme |
MaterialDark
The dark variant of the Material Design theme.
Declaration
public const Theme MaterialDark
Field Value
Type |
---|
Theme |
Tailwind
The Tailwind CSS theme.
Declaration
public const Theme Tailwind
Field Value
Type |
---|
Theme |
TailwindDark
The dark variant of the Tailwind CSS theme.
Declaration
public const Theme TailwindDark
Field Value
Type |
---|
Theme |