SplineDoubleKeyFrame.KeySpline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.