Polyline.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 a value that specifies how the interior fill of the shape is determined.
public:
property FillRule FillRule { FillRule get(); void set(FillRule value); };
FillRule FillRule();
void FillRule(FillRule value);
public FillRule FillRule { get; set; }
var fillRule = polyline.fillRule;
polyline.fillRule = fillRule;
Public Property FillRule As FillRule
<Polyline FillRule="Nonzero"/>
-or-
<Polyline FillRule="EvenOdd"/>
Property Value
A value of the enumeration that specifies the fill behavior. The default is EvenOdd.