See Also: ObjectAnimator Members
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.
For more information about animating with ObjectAnimator, read the Property Animation developer guide.