Afficher en anglais

Partage via


Animator.IsPaused Property

Definition

Returns whether this animator is currently in a paused state.

C#
public virtual bool IsPaused { [Android.Runtime.Register("isPaused", "()Z", "GetIsPausedHandler")] get; }

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

Produit Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

See also