ObjectAnimator.Target Property

Definition

The target object whose property will be animated by this animation

public Java.Lang.Object? Target { [Android.Runtime.Register("getTarget", "()Ljava/lang/Object;", "")] get; }
[<get: Android.Runtime.Register("getTarget", "()Ljava/lang/Object;", "")>]
member this.Target : Java.Lang.Object

Property Value

The object being animated

Attributes

Remarks

The target object whose property will be animated by this animation

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

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