Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugePointerAnimation - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved