Android.Animation.PropertyValuesHolder.SetProperty Method
Sets the property that will be animated.

Syntax

[Android.Runtime.Register("setProperty", "(Landroid/util/Property;)V", "GetSetProperty_Landroid_util_Property_Handler")]
public virtual void SetProperty (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.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14