Windows.UI.Xaml.Shapes.Polygon.Points
June 22, 2022 · View on GitHub
-description
Gets or sets a collection that contains the vertex points of the polygon.
-xaml-syntax
<Polygon Points="pointSet"/>
-xaml-values
- pointSet
- pointSetOne or more Point values with each x-y pair delimited by a single comma and/or one or more spaces. Either a space or a comma can be the delimiter and they can be used interchangeably. For example, "0,0 100,100", "0,0,100,100" and "0 0 100 100" are all valid and equivalent. The usual convention is to use a comma between the x and y of a point, and spaces between the x,y pairs.