PathFigure.IsClosed 屬性

定義

取得或設定值,這個值會指定這個圖形的第一個和最後一個區段是否相連接。

public:
 property bool IsClosed { bool get(); void set(bool value); };
public bool IsClosed { get; set; }
member this.IsClosed : bool with get, set
Public Property IsClosed As Boolean

屬性值

如果此圖形的第一個與最後一個線段相連接則為 true,否則為 false。 預設值是 false

備註

相依性屬性資訊

識別碼欄位 IsClosedProperty
設定為 的中繼資料屬性 true

適用於