Android.Animation.Animator.SetTarget Method
Sets the target object whose property will be animated by this animation.

Syntax

[Android.Runtime.Register("setTarget", "(Ljava/lang/Object;)V", "GetSetTarget_Ljava_lang_Object_Handler")]
public virtual void SetTarget (Java.Lang.Object target)

Parameters

target
The object being animated

Remarks

Sets the target object whose property will be animated by this animation. Not all subclasses operate on target objects (for example, Android.Animation.ValueAnimator, but this method is on the superclass for the convenience of dealing generically with those subclasses that do handle targets.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11