Class SpinnerType
Specify the theme that the Spinner to be rendered.
Inheritance
System.Object
SpinnerType
Namespace: Syncfusion.Blazor.Spinner
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SpinnerType : Enum
Fields
Bootstrap
Choose to render the Bootstrap spinner.
Declaration
public const SpinnerType Bootstrap
Field Value
Type |
---|
SpinnerType |
Bootstrap4
Choose to render the Bootstrap 4 spinner.
Declaration
public const SpinnerType Bootstrap4
Field Value
Type |
---|
SpinnerType |
Bootstrap5
Choose to render the Bootstrap 5 spinner.
Declaration
public const SpinnerType Bootstrap5
Field Value
Type |
---|
SpinnerType |
Fabric
Choose to render the Fabric spinner.
Declaration
public const SpinnerType Fabric
Field Value
Type |
---|
SpinnerType |
Fluent
Choose to render the Fluent spinner.
Declaration
public const SpinnerType Fluent
Field Value
Type |
---|
SpinnerType |
Fluent2
Choose to render the Fluent2 spinner.
Declaration
public const SpinnerType Fluent2
Field Value
Type |
---|
SpinnerType |
HighContrast
Choose to render the High-contrast spinner.
Declaration
public const SpinnerType HighContrast
Field Value
Type |
---|
SpinnerType |
Material
Choose to render the Material spinner.
Declaration
public const SpinnerType Material
Field Value
Type |
---|
SpinnerType |
Material3
Choose to render the Material 3 spinner.
Declaration
public const SpinnerType Material3
Field Value
Type |
---|
SpinnerType |
None
Default value is None Automatically, picks the application-level theme.
Declaration
public const SpinnerType None
Field Value
Type |
---|
SpinnerType |
Tailwind
Choose to render the Tailwind spinner.
Declaration
public const SpinnerType Tailwind
Field Value
Type |
---|
SpinnerType |
Tailwind3
Choose to render the Tailwind3 spinner.
Declaration
public const SpinnerType Tailwind3
Field Value
Type |
---|
SpinnerType |