SplineDoubleKeyFrame.KeySpline Property

Definition

Gets or sets the two control points that define animation progress for this key frame.

public:
 property KeySpline ^ KeySpline { KeySpline ^ get(); void set(KeySpline ^ value); };
KeySpline KeySpline();

void KeySpline(KeySpline value);
public KeySpline KeySpline { get; set; }
var keySpline = splineDoubleKeyFrame.keySpline;
splineDoubleKeyFrame.keySpline = keySpline;
Public Property KeySpline As KeySpline
<SplineDoubleKeyFrame KeySpline="keySplineValue"/>

Property Value

The two control points that specify the cubic Bezier curve that defines the progress of the key frame.

Applies to