PaintMotionProperty
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines the float motion property class.

Inheritance:
Object =>
MotionProperty<Paint> =>
PaintMotionProperty
Implements:

Constructors

// Defines the float motion property class.
Paint defaultValue// The default value.
)

Properties

Gets the start value of the transition.
Type: Paint
Gets the end value of the transition.
Type: Paint
Gets a value indicating whether the operation has completed.
Type: Boolean
Gets the default value of the property.
Type: Paint
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.
)