The members of Android.Animation.AnimatorSet are listed below.
See Also: Inherited members from Android.Animation.Animator
[read-only] | ChildAnimations | IList<Animator>. Returns the current list of child Animator objects controlled by this AnimatorSet. |
[read-only] override | Duration | long. Gets the length of each of the child animations of this AnimatorSet. |
[read-only] override | IsRunning | bool. Returns true if any of the child animations of this AnimatorSet have been started and have not yet ended. |
override | StartDelay | long. The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Play(Animator)This method creates a Builder object, which is used to set up playing constraints. | ||
PlaySequentially(params Animator[])Documentation for this section has not yet been entered. | ||
PlaySequentially(IList<Animator>)Documentation for this section has not yet been entered. | ||
PlayTogether(params Animator[])Documentation for this section has not yet been entered. | ||
PlayTogether(ICollection<Animator>)Documentation for this section has not yet been entered. | ||
override | SetDuration(long)Sets the length of each of the current child animations of this AnimatorSet. | |
override | SetInterpolator(ITimeInterpolator)Sets the TimeInterpolator for all current AnimatorSet.ChildAnimations of this AnimatorSet. |