Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 819 Bytes

keyspline_controlpoint1.md

File metadata and controls

33 lines (24 loc) · 819 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.Animation.KeySpline.ControlPoint1
winrt property

Microsoft.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