Enum SpinPosition
Defines the position of the spinner within the Progress Button.
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SpinPosition
Remarks
This enumeration controls the placement of the loading spinner relative to the button's content.
Fields
| Name | Description |
|---|---|
| Bottom | Positions the spinner below the button's content. |
| Center | Positions the spinner in the center of the button, overlaying the content. |
| Left | Positions the spinner to the left of the button's content. |
| Right | Positions the spinner to the right of the button's content. |
| Top | Positions the spinner above the button's content. |