Core Library for WPF | ComponentOne
C1.WPF.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
    'Declaration
     
    
    Public Function New( _
       ByVal easeFunction As EasingFunctionBase _
    )
    public C1Easing( 
       EasingFunctionBase easeFunction
    )

    Parameters

    easeFunction
    Function used to interpolate the animation.
    See Also