Share via


Pen.DashCap 屬性

定義

取得或設定值,這個值指定如何繪製每條虛線的端點。

public:
 property System::Windows::Media::PenLineCap DashCap { System::Windows::Media::PenLineCap get(); void set(System::Windows::Media::PenLineCap value); };
public System.Windows.Media.PenLineCap DashCap { get; set; }
member this.DashCap : System.Windows.Media.PenLineCap with get, set
Public Property DashCap As PenLineCap

屬性值

PenLineCap

指定如何繪製每條虛線的端點。

這個設定會套用至每一虛線的兩端點。 預設值是 Square

備註

相依性屬性資訊

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

適用於