ColorMotionProperty
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines the color motion property class.

Inheritance:
Object =>
MotionProperty<LvcColor> =>
ColorMotionProperty
Implements:

Constructors

// Defines the color motion property class.
LvcColor defaultValue// The default value.
)

Properties

Gets the start value of the transition.
Type: LvcColor
Gets the end value of the transition.
Type: LvcColor
Gets a value indicating whether the operation has completed.
Type: Boolean
Gets the default value of the property.
Type: LvcColor
Gets or sets the animation.
Type: Animation
Gets or sets the instance that will be used to log the getter of the IMotionProperty.
Type: Animatable
Gets or sets the instance that will be used to log the setter of the IMotionProperty.
Type: Animatable

Methods

// Gets the current movement in the Animation.
Animatable animatable//
)
// Finishes the transition.
// Copies into this instance the source property.
IMotionProperty source// The source.
)