Class CircularGaugePointerAnimation
Sets and gets the animation of pointers while rendering the axis in circular gauge.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
CircularGaugePointerAnimation
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class CircularGaugePointerAnimation : SfBaseComponent
Constructors
CircularGaugePointerAnimation()
Declaration
public CircularGaugePointerAnimation()
Properties
Duration
Sets and gets the duration of animation in milliseconds in circular gauge component.
Declaration
public double Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Enable
Enables and disables the pointer animation during initial rendering in circular gauge component.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |