-api-id | -api-type |
---|---|
P:Microsoft.UI.Xaml.Media.QuadraticBezierSegment.Point2 |
winrt property |
Gets or sets the end Point of this QuadraticBezierSegment.
<QuadraticBezierSegment Point2="x,y"/>
- x
- xThe X value of the Point that specifies the end point of the curve.
- y
- yThe Y value of the Point that specifies the end point of the curve.