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 finished or will finish.
Type: T
Type: T
Gets the name of the property.
Type: String
Type: String
Gets or sets a value indicating whether this instance is completed.
Type: Boolean
Type: Boolean
Methods
// Moves to the specified value.
T value, | // The value to move to. |
Animatable animatable | // The IAnimatable instance that is moving. |
)