Contents

BindableValue

The value of a bindable target.

Declaration

struct BindableValue<T> where T : BindableData

Overview

This structure holds the value of an animatable property (animatedValue), that is, the target property that animates. In addition, the structure stores the property’s original value (baseValue), which represents the property’s value before a running animation starts. The value property returns the animated value when an animation runs; when the animation isn’t running, it returns the base value.

Topics

Creating a value

Accessing the value

See Also

Bindable animation targets