ValueAnimator.SetValues(PropertyValuesHolder[]) Method

Definition

Sets the values, per property, being animated between.

[Android.Runtime.Register("setValues", "([Landroid/animation/PropertyValuesHolder;)V", "GetSetValues_arrayLandroid_animation_PropertyValuesHolder_Handler")]
public virtual void SetValues (params Android.Animation.PropertyValuesHolder[]? values);
[<Android.Runtime.Register("setValues", "([Landroid/animation/PropertyValuesHolder;)V", "GetSetValues_arrayLandroid_animation_PropertyValuesHolder_Handler")>]
abstract member SetValues : Android.Animation.PropertyValuesHolder[] -> unit
override this.SetValues : Android.Animation.PropertyValuesHolder[] -> unit

Parameters

values
PropertyValuesHolder[]

The set of values, per property, being animated between.

Attributes

Remarks

Java documentation for android.animation.ValueAnimator.setValues(android.animation.PropertyValuesHolder).

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