ValueAnimator.OfPropertyValuesHolder(PropertyValuesHolder[]) Method

Definition

Constructs and returns a ValueAnimator that animates between the values specified in the PropertyValuesHolder objects.

[Android.Runtime.Register("ofPropertyValuesHolder", "([Landroid/animation/PropertyValuesHolder;)Landroid/animation/ValueAnimator;", "")]
public static Android.Animation.ValueAnimator? OfPropertyValuesHolder (params Android.Animation.PropertyValuesHolder[]? values);
[<Android.Runtime.Register("ofPropertyValuesHolder", "([Landroid/animation/PropertyValuesHolder;)Landroid/animation/ValueAnimator;", "")>]
static member OfPropertyValuesHolder : Android.Animation.PropertyValuesHolder[] -> Android.Animation.ValueAnimator

Parameters

values
PropertyValuesHolder[]

A set of PropertyValuesHolder objects whose values will be animated between over time.

Returns

A ValueAnimator object that is set up to animate between the given values.

Attributes

Remarks

Java documentation for android.animation.ValueAnimator.ofPropertyValuesHolder(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