Animator.IsPaused Property

Definition

Returns whether this animator is currently in a paused state.

public virtual bool IsPaused { [Android.Runtime.Register("isPaused", "()Z", "GetIsPausedHandler")] get; }
[<get: Android.Runtime.Register("isPaused", "()Z", "GetIsPausedHandler")>]
member this.IsPaused : bool

Property Value

True if the animator is currently paused, false otherwise.

Attributes

Remarks

Returns whether this animator is currently in a paused state.

Java documentation for android.animation.Animator.isPaused().

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.

Applies to

See also