Class ProgressButtonSpinSettings
Specifies the spin settings for the progress button.
Inheritance
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public class ProgressButtonSpinSettings : OwningComponentBase
Constructors
ProgressButtonSpinSettings()
Declaration
public ProgressButtonSpinSettings()
Properties
Position
Gets or sets a value that indicates the spinner position of the progress button.
Declaration
public SpinPosition Position { get; set; }
Property Value
Type | Description |
---|---|
SpinPosition | One of the Position enumeration. The default value is |
Remarks
If the Position
is Left
, the spinner will be placed left to the content of the progress button.
If the Position
is Right
, the spinner will be placed right to the content of the progress button.
If the Position
is Top
, the spinner will be placed above the content of the progress button.
If the Position
is Bottom
, spinner icon will be placed below the content of the progress button.
If the Position
is Center
, spinner icon will be placed below the content of the progress button.
SpinTemplate
Gets or sets a template content to be displayed in the progress button.
Declaration
public RenderFragment SpinTemplate { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Width
Gets or sets a width of the spinner in the SfProgressButton component.
Declaration
public string Width { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |