Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 676 Bytes

beziersegment_point2.md

File metadata and controls

32 lines (23 loc) · 676 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.BezierSegment.Point2
winrt property

Microsoft.UI.Xaml.Media.BezierSegment.Point2

-description

Gets or sets the second control point of the curve.

-xaml-syntax

<BezierSegment Point2="x,y"/>

-xaml-values

x
xThe X value of the Point that specifies the second control point of the segment.
y
yThe Y value of the Point that specifies the second control point of the segment.
## -property-value The second control point of the curve.

-remarks

-examples

-see-also