The properties of Android.Animation.Animator are listed below. For a list of all members, see the Animator Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] abstract | Duration | long. Gets the duration of the animation. |
[read-only] | Interpolator | ITimeInterpolator. Returns the timing interpolator that this animation uses. |
[read-only] | IsPaused | bool. Returns whether this animator is currently in a paused state. |
[read-only] abstract | IsRunning | bool. Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended). |
[read-only] | IsStarted | bool. Returns whether this Animator has been started and not yet ended. |
[read-only] | Listeners | IList<Animator.IAnimatorListener>. Gets the set of NoType:android/animation/Animator$AnimatorListener;Href=../../../reference/android/animation/Animator.AnimatorListener.html objects that are currently listening for events on this Animator object. |
abstract | StartDelay | long. The amount of time, in milliseconds, to delay processing the animation after Animator.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. |