NullableDoubleMotionProperty
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines the NullableDoubleMotionProperty class.

Inheritance:
Object =>
MotionProperty<Nullable<Double>> =>
NullableDoubleMotionProperty
Implements:

Constructors

// Initializes a new instance of the NullableDoubleMotionProperty class.
String propertyName// Name of the property.
)
// Initializes a new instance of the FloatMotionProperty class.
String propertyName, // Name of the property.
Nullable<Double> value// The value.
)

Properties

Gets the value where the transition began.
Type: Nullable<Double>
Gets the value where the transition finished or will finish.
Type: Nullable<Double>
Gets or sets the animation.
Type: Animation
Gets the name of the property.
Type: String
Gets or sets a value indicating whether this instance is completed.
Type: Boolean

Methods

// Copies into this instance the source property.
IMotionProperty source// The source.
)
// Gets the current movement in the Animation.
Animatable animatable//
)
// Gets the current value in the time line.
Animatable animatable// The animatable object.
)