ComponentOne Xamarin.Android
Easing Property


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Animation Class : Easing Property
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

Reference

C1Animation Class
C1Animation Members