Android.Animation.ValueAnimator.AnimatedValue Property
The most recent value calculated by this ValueAnimator when there is just one property being animated.

Syntax

[get: Android.Runtime.Register("getAnimatedValue", "()Ljava/lang/Object;", "GetGetAnimatedValueHandler")]
public virtual Java.Lang.Object AnimatedValue { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The most recent value calculated by this ValueAnimator when there is just one property being animated. This value is only sensible while the animation is running. 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