Blazor

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

    Show / Hide Table of Contents

    Class ProgressButtonAnimationSettings

    Specifies the animation settings for the progress button.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    ProgressButtonAnimationSettings
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ProgressButtonAnimationSettings : SfBaseComponent

    Constructors

    ProgressButtonAnimationSettings()

    Declaration
    public ProgressButtonAnimationSettings()

    Properties

    Duration

    Specifies the duration taken to animate.

    Declaration
    public double Duration { get; set; }
    Property Value
    Type Description
    System.Double

    Easing

    Specifies the animation timing function.

    Declaration
    public string Easing { get; set; }
    Property Value
    Type Description
    System.String

    Effect

    Specifies the effect of animation.

    Declaration
    public AnimationEffect Effect { get; set; }
    Property Value
    Type Description
    AnimationEffect

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved