Android.Animation.PropertyValuesHolder Class
This class holds information about a property and the values that that property should take on during an animation.

See Also: PropertyValuesHolder Members

Syntax

[Android.Runtime.Register("android/animation/PropertyValuesHolder", DoNotGenerateAcw=true)]
public class PropertyValuesHolder : Java.Lang.Object, Java.Lang.ICloneable, IDisposable

Remarks

This class holds information about a property and the values that that property should take on during an animation. PropertyValuesHolder objects can be used to create animations with ValueAnimator or ObjectAnimator that operate on several different properties in parallel.

[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