PathGeometry.FillRule 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,決定 如何結合 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"/>
屬性值
FillRule列舉值,指出PathGeometry的交集區域如何結合。 預設值為 EvenOdd。