共用方式為


PathSegment.IsStroked 屬性

定義

取得或設定值,這個值表示是否將片段描邊。

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

屬性值

Boolean

如果使用 Pen 呈現片段時會將片段加上描邊則為 true,否則不會將片段描邊。 預設為 true

備註

PathSegment如果 物件將這個屬性設定為 true ,該物件會在 由 Pen 轉譯時參與 的 PathFigure 筆劃區域。 如果此屬性為 true ,則 Pen 新增的額外區域會影響點擊測試和明確作業,以擴大 PathGeometry

當您在 中的 PathFigure 筆劃和非筆劃 PathSegment 區段之間切換時,它會視為與 的 Pen 虛線相同。 物件的 DashCap 屬性 Pen 會決定筆劃 PathSegment 物件結尾的圖形。

相依性屬性資訊

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

適用於