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

Syntax

[Android.Runtime.Register("setProperty", "(Landroid/util/Property;)V", "")]
public void SetProperty (Android.Util.Property property)

Parameters

property
The property being animated. Should not be null.

Remarks

Sets the property that will be animated. Property objects will take precedence over properties specified by the ObjectAnimator.PropertyName method. Animations should be set up to use one or the other, not both.

[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