The members of Android.Animation.Keyframe are listed below.
See Also: Inherited members from Java.Lang.Object
Keyframe() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Fraction | float. Gets the time for this keyframe, as a fraction of the overall animation duration. | |
[read-only] | HasValue | bool. Indicates whether this keyframe has a valid value. |
Interpolator | ITimeInterpolator. Gets the optional interpolator for this Keyframe. | |
[read-only] | Type | Java.Lang.Class. Gets the type of keyframe. |
abstract | Value | Java.Lang.Object. Gets the value for this Keyframe. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | Clone()Creates and returns a copy of this Object. | |
static | OfFloat(float)Constructs a Keyframe object with the given time. | |
static | OfFloat(float, float)Constructs a Keyframe object with the given time and value. | |
static | OfInt(float)Constructs a Keyframe object with the given time. | |
static | OfInt(float, int)Constructs a Keyframe object with the given time and value. | |
static | OfObject(float)Constructs a Keyframe object with the given time. | |
static | OfObject(float, Java.Lang.Object)Constructs a Keyframe object with the given time and value. |