Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 679 Bytes

geometrygroup_fillrule.md

File metadata and controls

30 lines (21 loc) · 679 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.GeometryGroup.FillRule
winrt property

Microsoft.UI.Xaml.Media.GeometryGroup.FillRule

-description

Gets or sets how the intersecting areas of the objects contained in this GeometryGroup are combined.

-xaml-syntax

<GeometryGroup FillRule="EvenOdd"/>
-or-
<GeometryGroup FillRule="Nonzero"/>

-property-value

One of the enumeration values that specifies how the intersecting areas are combined to form the resulting area. The default is EvenOdd.

-remarks

-examples

-see-also