Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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
    'Usage
     
    
    Dim instance As C1Animation
    Dim value As C1Easing
     
    instance.Easing = value
     
    value = instance.Easing
    public C1Easing Easing {get; set;}
    See Also