PathFigure.IsFilled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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です。