Class SpinPosition
Defines the position of the spinner within the Progress Button.
Inheritance
System.Object
SpinPosition
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SpinPosition : Enum
Remarks
This enumeration controls the placement of the loading spinner relative to the button's content.
Fields
Bottom
Positions the spinner below the button's content.
Declaration
public const SpinPosition Bottom
Field Value
Type |
---|
SpinPosition |
Remarks
The spinner will be displayed underneath the button's text.
Center
Positions the spinner in the center of the button, overlaying the content.
Declaration
public const SpinPosition Center
Field Value
Type |
---|
SpinPosition |
Remarks
The spinner is centered, and the button's text is hidden.
Left
Positions the spinner to the left of the button's content.
Declaration
public const SpinPosition Left
Field Value
Type |
---|
SpinPosition |
Remarks
This is the default position for the spinner.
Right
Positions the spinner to the right of the button's content.
Declaration
public const SpinPosition Right
Field Value
Type |
---|
SpinPosition |
Remarks
The spinner will appear after the button's text.
Top
Positions the spinner above the button's content.
Declaration
public const SpinPosition Top
Field Value
Type |
---|
SpinPosition |
Remarks
The spinner will be displayed on top of the button's text.