Animatable
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:

Inheritance:
Object =>
Animatable
Derived:
BaseVectorGeometry<TSegment>
Layout<TDrawingContext>
Layout<TDrawingContext>
Layout<TDrawingContext>
Layout<TDrawingContext>
Layout<TDrawingContext>
BaseVectorGeometry<TSegment>

Properties

Gets or sets a value indicating whether this instance is valid, the instance is valid when all the motion properties in the object finished their animations.
Type: Boolean
Gets or sets the current time, this property is used by the motion engine to calculate the progress of the animations.
Type: Int64
Gets or sets a value indicating whether this instance should be removed from the canvas when all the animations are completed.
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>

Methods

// Sets the transition for the specified properties.
Animation animation, // The animation.
String[] propertyName// The property name, null to select all properties.
)
// Removes the transition for the specified properties.
String[] propertyName// The properties to remove, null to select all properties.
)
// Completes the transition for the specified properties.
String[] propertyName// The property name, null to select all properties.
)