GeometryGroup.FillRule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets how the intersecting areas of the objects contained in this GeometryGroup are combined.
public:
property FillRule FillRule { FillRule get(); void set(FillRule value); };
FillRule FillRule();
void FillRule(FillRule value);
public FillRule FillRule { get; set; }
var fillRule = geometryGroup.fillRule;
geometryGroup.fillRule = fillRule;
Public Property FillRule As FillRule
<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.