Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 814 Bytes

keyspline_controlpoint1.md

File metadata and controls

35 lines (24 loc) · 814 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.KeySpline.ControlPoint1
winrt property

Windows.UI.Xaml.Media.Animation.KeySpline.ControlPoint1

-description

Gets or sets the first control point used to define a Bezier curve that describes a KeySpline.

-xaml-syntax

<KeySpline ControlPoint1="x,y"/>

-xaml-values

x
xThe x-value of the Point that specifies the end point.
y
yThe y-value of a Point that specifies the end point.
## -property-value The first control point used to define a Bezier curve that describes a [KeySpline](keyspline.md).

-remarks

-examples

-see-also

Point