Android.Animation.Keyframe.HasValue Property
Indicates whether this keyframe has a valid value.

Syntax

[get: Android.Runtime.Register("hasValue", "()Z", "GetHasValueHandler")]
public virtual bool HasValue { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether this keyframe has a valid value. This method is called internally when an Android.Animation.ObjectAnimator first starts; keyframes without values are assigned values at that time by deriving the value for the property from the target object.

[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