共用方式為


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"/>

屬性值

FillRule列舉值,指出PathGeometry的交集區域如何結合。 預設值為 EvenOdd

適用於