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.
| T |
Object
=>
MotionProperty<T>
Derived:
Properties
Gets the value where the transition began.
Type: T
Type: T
Gets the value where the transition finishes.
Type: T
Type: T
Gets a value indicating whether the operation has completed.
Type: Boolean
Type: Boolean
Gets the default value of the property.
Type: T
Type: T
Gets or sets the instance that will be used to log the getter of the IMotionProperty.
Type: Animatable
Type: Animatable
Gets or sets the instance that will be used to log the setter of the IMotionProperty.
Type: Animatable
Type: Animatable
Methods
// Moves to the specified value.
| T value, | // The value to move to. |
| Animatable animatable | // The Animatable instance that is moving. |
)
// Finishes the transition.