Class SpinnerTemplates
Configure the template of the Spinner.
Inherited Members
Namespace: Syncfusion.Blazor.Spinner
Assembly: Syncfusion.Blazor.dll
Syntax
public class SpinnerTemplates : SfBaseComponent
Constructors
SpinnerTemplates()
Declaration
public SpinnerTemplates()
Properties
Template
Defines the template of the Spinner.
Declaration
public RenderFragment Template { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
Methods
OnInitialized()
Method invoked when the component is ready to start.
Declaration
protected override void OnInitialized()