Keyframe.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.