Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Animation Class / Easing Property

In This Topic
    Easing Property
    In This Topic
    Gets or sets the easing funtion used to interpolate the values of the animation.
    Syntax
    'Declaration
     
    
    Public Property Easing As C1Easing
    public C1Easing Easing {get; set;}
    See Also