Android.Animation.Animator.IsRunning Property
Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended).

Syntax

[get: Android.Runtime.Register("isRunning", "()Z", "GetIsRunningHandler")]
public abstract bool IsRunning { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended).

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11