Pen.CustomStartCap プロパティ

定義

この Penで描画される線の先頭で使用するカスタム キャップを取得または設定します。

public:
 property System::Drawing::Drawing2D::CustomLineCap ^ CustomStartCap { System::Drawing::Drawing2D::CustomLineCap ^ get(); void set(System::Drawing::Drawing2D::CustomLineCap ^ value); };
public System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get; set; }
member this.CustomStartCap : System.Drawing.Drawing2D.CustomLineCap with get, set
Public Property CustomStartCap As CustomLineCap

プロパティ値

このCustomLineCapで描画された線の先頭で使用されるキャップを表すPen

例外

CustomStartCap プロパティは、Pen クラスによって返される変更できないPensに設定されます。

適用対象