Keyframe.HasValue 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.
Indicates whether this keyframe has a valid value.
public virtual bool HasValue { [Android.Runtime.Register("hasValue", "()Z", "GetHasValueHandler")] get; }
[<get: Android.Runtime.Register("hasValue", "()Z", "GetHasValueHandler")>]
member this.HasValue : bool
Property Value
boolean Whether this object has a value assigned.
- Attributes
Remarks
Indicates whether this keyframe has a valid value. This method is called internally when an ObjectAnimator
first starts; keyframes without values are assigned values at that time by deriving the value for the property from the target object.
Java documentation for android.animation.Keyframe.hasValue()
.
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.