GeometryGroup.FillRule Property

Definition

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.

Applies to