Android.Animation.ValueAnimator.GetAnimatedValue Method
The most recent value calculated by this ValueAnimator for propertyName.

Syntax

[Android.Runtime.Register("getAnimatedValue", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetAnimatedValue_Ljava_lang_String_Handler")]
public virtual Java.Lang.Object GetAnimatedValue (string propertyName)

Parameters

propertyName
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

The most recent value calculated by this ValueAnimator for propertyName. The main purpose for this read-only property is to retrieve the value from the ValueAnimator during a call to NoType:android/animation/ValueAnimator$AnimatorUpdateListener;Href=../../../reference/android/animation/ValueAnimator.AnimatorUpdateListener.html#onAnimationUpdate(android.animation.ValueAnimator), which is called during each animation frame, immediately after the value is calculated.

[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