Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 860 Bytes

quadraticbeziersegment_point2.md

File metadata and controls

34 lines (23 loc) · 860 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.QuadraticBezierSegment.Point2
winrt property

Windows.UI.Xaml.Media.QuadraticBezierSegment.Point2

-description

Gets or sets the end Point of this QuadraticBezierSegment.

-xaml-syntax

<QuadraticBezierSegment Point2="x,y"/>

-xaml-values

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.
## -property-value The end point of this [QuadraticBezierSegment](quadraticbeziersegment.md). The default value is a [Point](../windows.foundation/point.md) with value 0,0.

-remarks

-examples

-see-also