ObjectAnimator.PropertyName Property

Definition

Gets the name of the property that will be animated. -or- Sets the name of the property that will be animated.

public string? PropertyName { [Android.Runtime.Register("getPropertyName", "()Ljava/lang/String;", "")] get; [Android.Runtime.Register("setPropertyName", "(Ljava/lang/String;)V", "")] set; }
[<get: Android.Runtime.Register("getPropertyName", "()Ljava/lang/String;", "")>]
[<set: Android.Runtime.Register("setPropertyName", "(Ljava/lang/String;)V", "")>]
member this.PropertyName : string with get, set

Property Value

String
Attributes

Remarks

Property getter documentation:

Java documentation for android.animation.ObjectAnimator.getPropertyName().

Property setter documentation:

Java documentation for android.animation.ObjectAnimator.setPropertyName(java.lang.String).

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