ObjectAnimator.SetProperty(Property) Method

Definition

Sets the property that will be animated.

[Android.Runtime.Register("setProperty", "(Landroid/util/Property;)V", "")]
public void SetProperty (Android.Util.Property property);
[<Android.Runtime.Register("setProperty", "(Landroid/util/Property;)V", "")>]
member this.SetProperty : Android.Util.Property -> unit

Parameters

property
Property

The property being animated. Should not be null.

Attributes

Remarks

Java documentation for android.animation.ObjectAnimator.setProperty(android.util.Property).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to