AnimatableContainer
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines the animatable container class.

Inheritance:
Object =>
Animatable =>
AnimatableContainer

Constructors

// Initializes a new instance of the AnimatableContainer class.

Properties

Gets or sets the location.
Type: LvcPoint
Gets or sets the size.
Type: LvcSize
Gets a valuea indicating whewhter the container have a previous state.
Type: Boolean
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.
)