Share via


Keyframe.Type Property

Definition

Gets the type of keyframe.

public virtual Java.Lang.Class? Type { [Android.Runtime.Register("getType", "()Ljava/lang/Class;", "GetGetTypeHandler")] get; }
[<get: Android.Runtime.Register("getType", "()Ljava/lang/Class;", "GetGetTypeHandler")>]
member this.Type : Java.Lang.Class

Property Value

The type of the value stored in the Keyframe.

Attributes

Remarks

Gets the type of keyframe. This information is used by ValueAnimator to determine the type of TypeEvaluator to use when calculating values between keyframes. The type is based on the type of Keyframe created.

Java documentation for android.animation.Keyframe.getType().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to