Windows.UI.Xaml.Media.PathFigure.StartPoint
June 22, 2022 · View on GitHub
-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.