Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 677 Bytes

geometrygroup_fillrule.md

File metadata and controls

32 lines (21 loc) · 677 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.GeometryGroup.FillRule
winrt property

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