AnimatableContainer
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Motion
Summary:
Defines the animatable container class.
Constructors
// Initializes a new instance of the AnimatableContainer class.
Properties
Gets a valuea indicating whewhter the container have a previous state.
Type: Boolean
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
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
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>
Type: Dictionary<String, IMotionProperty>
Methods
// 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. |
)