PaddingMotionProperty
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines the Padding motion property class.

Inheritance:
Object =>
MotionProperty<Padding> =>
PaddingMotionProperty
Implements:

Constructors

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

Properties

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