MotionProperty<T>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
The MotionProperty`1 object tracks where a property of a Animatable is in a time line.

Type parameters:
T
Inheritance:
Object =>
MotionProperty<T>
Implements:
Derived:

Properties

Gets the value where the transition began.
Type: T
Gets the value where the transition finishes.
Type: T
Gets a value indicating whether the operation has completed.
Type: Boolean
Gets the default value of the property.
Type: T
Gets or sets the animation.
Type: Animation
Gets or sets the instance that will be used to log the getter of the IMotionProperty.
Type: Animatable
Gets or sets the instance that will be used to log the setter of the IMotionProperty.
Type: Animatable

Methods

// Moves to the specified value.
T value, // The value to move to.
Animatable animatable// The Animatable instance that is moving.
)
// Gets the current movement in the Animation.
Animatable animatable//
)
// Finishes the transition.
// Copies into this instance the source property.
IMotionProperty source// The source.
)