IMotionProperty
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines a motions property.

Derived:

Properties

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
Gets or sets the animation.
Type: Animation
Gets the start value of the transition.
Type: Object
Gets the end value of the transition.
Type: Object
Gets a value indicating whether the operation has completed.
Type: Boolean

Methods

// Finishes the transition.
// Copies into this instance the source property.
IMotionProperty source// The source.
)