ValueAnimator.SetObjectValues(Object[]) Method

Definition

Sets the values to animate between for this animation.

[Android.Runtime.Register("setObjectValues", "([Ljava/lang/Object;)V", "GetSetObjectValues_arrayLjava_lang_Object_Handler")]
public virtual void SetObjectValues (params Java.Lang.Object[]? values);
[<Android.Runtime.Register("setObjectValues", "([Ljava/lang/Object;)V", "GetSetObjectValues_arrayLjava_lang_Object_Handler")>]
abstract member SetObjectValues : Java.Lang.Object[] -> unit
override this.SetObjectValues : Java.Lang.Object[] -> unit

Parameters

values
Object[]

The set of values to animate between.

Attributes

Remarks

Java documentation for android.animation.ValueAnimator.setObjectValues(java.lang.Object).

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