[Android.Runtime.Register("setProperty", "(Landroid/util/Property;)V", "GetSetProperty_Landroid_util_Property_Handler")] public virtual voidSetProperty (Android.Util.Property property)
Parameters
property
The property being animated.
Remarks
Sets the property that will be animated.
Note that if this PropertyValuesHolder object is used with ObjectAnimator, the property
must exist on the target object specified in that ObjectAnimator.