ValueAnimator.GetValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the values that this ValueAnimator animates between.
[Android.Runtime.Register("getValues", "()[Landroid/animation/PropertyValuesHolder;", "GetGetValuesHandler")]
public virtual Android.Animation.PropertyValuesHolder[]? GetValues ();
[<Android.Runtime.Register("getValues", "()[Landroid/animation/PropertyValuesHolder;", "GetGetValuesHandler")>]
abstract member GetValues : unit -> Android.Animation.PropertyValuesHolder[]
override this.GetValues : unit -> Android.Animation.PropertyValuesHolder[]
Returns
PropertyValuesHolder[] An array of PropertyValuesHolder objects which hold the values, per property, that define the animation.
- Attributes
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.
Java documentation for android.animation.ValueAnimator.getValues()
.
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.