Share via


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

適用於