PathFigure.IsFilled プロパティ

定義

この PathFigure の包含領域をヒット テスト、レンダリング、クリッピングに使用するかどうかを示す値を取得または設定します。

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

void IsFilled(bool value);
public bool IsFilled { get; set; }
var boolean = pathFigure.isFilled;
pathFigure.isFilled = boolean;
Public Property IsFilled As Boolean
<PathFigure IsFilled="bool"/>

プロパティ値

Boolean

bool

この PathFigure の包含領域をヒット テスト、レンダリング、クリッピングに使用する場合は true。それ以外の場合は false。 既定値は trueです。

適用対象