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。