menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDoubleAnimationStepValueProvider - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDoubleAnimationStepValueProvider

    Animation step value provider

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public interface IDoubleAnimationStepValueProvider

    Methods

    GetAnimationStepValue(Double, Double, Double, Double)

    Gets the animation step value.

    Declaration
    double GetAnimationStepValue(double totalseconds, double from, double current, double duration)
    Parameters
    Type Name Description
    System.Double totalseconds

    The total seconds

    System.Double from

    From value for animation.

    System.Double current

    The current.

    System.Double duration

    The duration.

    Returns
    Type Description
    System.Double

    Return animation step value

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved