WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1Easing Class / C1Easing Constructor / C1Easing Constructor(EasingFunctionBase)
Function used to interpolate the animation.
In This Topic
    C1Easing Constructor(EasingFunctionBase)
    In This Topic
    Initializes a new instance of a C1Easing.
    Syntax
    public C1Easing( 
       EasingFunctionBase easeFunction
    )

    Parameters

    easeFunction
    Function used to interpolate the animation.
    See Also