Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 803 Bytes

splinepointkeyframe_keyspline.md

File metadata and controls

33 lines (22 loc) · 803 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame.KeySpline
winrt property

Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame.KeySpline

-description

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

-xaml-syntax

<SplinePointKeyFrame KeySpline="keySplineValue"/>

-xaml-values

keySplineValue
keySplineValueA string that defines the two logical x,y point pairs of a key spline. For more information, see KeySpline.
## -property-value The two control points that specify the cubic Bezier curve that defines the progress of the key frame.

-remarks

-examples

-see-also