Windows.UI.Xaml.Shapes.Polygon.FillRule
June 22, 2022 · View on GitHub
-description
Gets or sets a value that specifies how the interior fill of the shape is determined.
-xaml-syntax
<Polygon FillRule="Nonzero"/>
-or-
<Polygon FillRule="EvenOdd"/>
-property-value
A value of the enumeration. The default is EvenOdd.
-remarks
See the FillRule enumeration for more info.