AnimatorSet.Builder.With(Animator) Method

Definition

Sets up the given animation to play at the same time as the animation supplied in the Play(Animator) call that created this Builder object.

[Android.Runtime.Register("with", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "GetWith_Landroid_animation_Animator_Handler")]
public virtual Android.Animation.AnimatorSet.Builder? With (Android.Animation.Animator? anim);
[<Android.Runtime.Register("with", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "GetWith_Landroid_animation_Animator_Handler")>]
abstract member With : Android.Animation.Animator -> Android.Animation.AnimatorSet.Builder
override this.With : Android.Animation.Animator -> Android.Animation.AnimatorSet.Builder

Parameters

anim
Animator

The animation that will play when the animation supplied to the Play(Animator) method starts.

Returns

Attributes

Remarks

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