Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 808 Bytes

pathfigure_startpoint.md

File metadata and controls

34 lines (23 loc) · 808 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.PathFigure.StartPoint
winrt property

Windows.UI.Xaml.Media.PathFigure.StartPoint

-description

Gets or sets the Point where the PathFigure begins.

-xaml-syntax

<PathFigure StartPoint="x,y"/>

-xaml-values

x
xThe X value of the Point that specifies the start point.
y
yThe Y value of the Point that specifies the start point.
## -property-value The [Point](../windows.foundation/point.md) where the [PathFigure](pathfigure.md) begins. The default is a [Point](../windows.foundation/point.md) with value 0,0.

-remarks

-examples

-see-also