Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 623 Bytes

polygon_fillrule.md

File metadata and controls

31 lines (22 loc) · 623 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Shapes.Polygon.FillRule
winrt property

Microsoft.UI.Xaml.Shapes.Polygon.FillRule

-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.

-examples

-see-also