Class EasingType
Inheritance
System.Object
EasingType
Namespace: Com.Telerik.Android.Common.Animations
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class EasingType : Enum
Properties
CircularIn
CircularInOut
CircularOut
CubicIn
CubicInOut
CubicOut
ExponentialIn
ExponentialInOut
ExponentialOut
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Linear
QuadraticIn
QuadraticInOut
QuadraticOut
QuarticIn
QuarticInOut
QuarticOut
QuinticIn
QuinticInOut
QuinticOut
SinusoidalIn
SinusoidalInOut
SinusoidalOut
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ValueOf(String)
Declaration
public static EasingType ValueOf(string name)
Parameters
System.String
name
|
Returns
EasingType
|