PathGeometry.FillRule プロパティ

定義

PathGeometry に含まれる交差する領域の結合方法を決定する値を取得または設定します。

public:
 property FillRule FillRule { FillRule get(); void set(FillRule value); };
FillRule FillRule();

void FillRule(FillRule value);
public FillRule FillRule { get; set; }
var fillRule = pathGeometry.fillRule;
pathGeometry.fillRule = fillRule;
Public Property FillRule As FillRule
<PathGeometry FillRule="EvenOdd"/>
-or-
<PathGeometry FillRule="Nonzero"/>

プロパティ値

PathGeometry の交差する領域を結合する方法を示す FillRule 列挙値。 既定値は EvenOdd です

適用対象