Android.Animation.Animator.IsStarted Property
Returns whether this Animator has been started and not yet ended.

Syntax

[get: Android.Runtime.Register("isStarted", "()Z", "GetIsStartedHandler")]
public virtual bool IsStarted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this Animator has been started and not yet ended. This state is a superset of the state of Animator.IsRunning, because an Animator with a nonzero Animator.StartDelay will return true for Animator.IsStarted during the delay phase, whereas Animator.IsRunning will return true only after the delay phase is complete.

[Android Documentation]

Requirements

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