Android.Animation.Animator: Property Members

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

Public Properties

[read-only]
abstract
Durationlong. Gets the duration of the animation.
[read-only]
InterpolatorITimeInterpolator. Returns the timing interpolator that this animation uses.
[read-only]
IsPausedbool. Returns whether this animator is currently in a paused state.
[read-only]
abstract
IsRunningbool. Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended).
[read-only]
IsStartedbool. Returns whether this Animator has been started and not yet ended.
[read-only]
ListenersIList<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
StartDelaylong. The amount of time, in milliseconds, to delay processing the animation after Animator.Start is called.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.