The properties of Android.Animation.ValueAnimator are listed below. For a list of all members, see the ValueAnimator Members list.
See Also: Inherited members from Android.Animation.Animator
[read-only] | AnimatedFraction | float. Returns the current animation fraction, which is the elapsed/interpolated fraction used in the most recent frame update on the animation. |
[read-only] | AnimatedValue | Java.Lang.Object. The most recent value calculated by this ValueAnimator when there is just one property being animated. |
CurrentPlayTime | long. Gets the current position of the animation in time, which is equal to the current time minus the time that the animation started. | |
[read-only] override | Duration | long. Gets the length of the animation. |
static | FrameDelay | long. The amount of time, in milliseconds, between each frame of the animation. |
[read-only] override | IsRunning | bool. Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended). |
RepeatCount | int. Defines how many times the animation should repeat. | |
RepeatMode | ValueAnimatorRepeatMode. Defines what this animation should do when it reaches the end. | |
override | StartDelay | long. The amount of time, in milliseconds, to delay starting the animation after ValueAnimator.start() is called. |
[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. |