Android.Animation.ObjectAnimator Class
This subclass of Android.Animation.ValueAnimator provides support for animating properties on target objects.

See Also: ObjectAnimator Members

Syntax

[Android.Runtime.Register("android/animation/ObjectAnimator", DoNotGenerateAcw=true)]
public sealed class ObjectAnimator : ValueAnimator

Remarks

This subclass of Android.Animation.ValueAnimator provides support for animating properties on target objects. The constructors of this class take parameters to define the target object that will be animated as well as the name of the property that will be animated. Appropriate set/get functions are then determined internally and the animation will call these functions as necessary to animate the property.

Developer Guides

For more information about animating with ObjectAnimator, read the Property Animation developer guide.

See Also

[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