ObjectAnimator.Target Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.