Android.Animation.AnimatorSet.ChildAnimations Property
Returns the current list of child Animator objects controlled by this AnimatorSet.

Syntax

[get: Android.Runtime.Register("getChildAnimations", "()Ljava/util/ArrayList;", "GetGetChildAnimationsHandler")]
public IList<Animator> ChildAnimations { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the current list of child Animator objects controlled by this AnimatorSet. This is a copy of the internal list; modifications to the returned list will not affect the AnimatorSet, although changes to the underlying Animator objects will affect those objects being managed by the AnimatorSet.

[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