Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 795 Bytes

quadraticbeziersegment_point1.md

File metadata and controls

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

Windows.UI.Xaml.Media.QuadraticBezierSegment.Point1

-description

Gets or sets the control point of the curve.

-xaml-syntax

<QuadraticBezierSegment Point1="x,y"/>

-xaml-values

x
xThe X value of the Point that specifies the control point of the curve.
y
yThe Y value of the Point that specifies the control point of the curve.
## -property-value The control point of this [QuadraticBezierSegment](quadraticbeziersegment.md). The default value is a [Point](../windows.foundation/point.md) with value 0,0.

-remarks

-examples

-see-also