Android.Animation.ValueAnimator.GetValues Method
Returns the values that this ValueAnimator animates between.

Syntax

[Android.Runtime.Register("getValues", "()[Landroid/animation/PropertyValuesHolder;", "GetGetValuesHandler")]
public virtual PropertyValuesHolder[] GetValues ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the values that this ValueAnimator animates between. These values are stored in PropertyValuesHolder objects, even if the ValueAnimator was created with a simple list of value objects instead.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11