Class SpinnerTemplates
Configure the template of the Spinner.
Inheritance
System.Object
SpinnerTemplates
Namespace: Syncfusion.Blazor.Spinner
Assembly: Syncfusion.Blazor.dll
Syntax
public class SpinnerTemplates : OwningComponentBase
Constructors
SpinnerTemplates()
Declaration
public SpinnerTemplates()
Properties
Template
Defines the template of the Spinner.
Declaration
public RenderFragment Template { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Methods
Dispose()
Dispose the unmanaged resources.
Declaration
public void Dispose()
Dispose(Boolean)
Dispose the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitialized()
Method invoked when the component is ready to start.
Declaration
protected override void OnInitialized()