Share via


Shape.StrokeDashCap 屬性

定義

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

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

屬性值

PenLineCap

PenLineCap 的其中一個列舉值。 預設為 Flat

備註

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

適用於

另請參閱