次の方法で共有


Pen.CustomStartCap プロパティ

この Pen オブジェクトで描画された直線の始点で使用する、カスタム キャップを取得または設定します。

Public Property CustomStartCap As CustomLineCap
[C#]
public CustomLineCap CustomStartCap {get; set;}
[C++]
public: __property CustomLineCap* get_CustomStartCap();public: __property void set_CustomStartCap(CustomLineCap*);
[JScript]
public function get CustomStartCap() : CustomLineCap;public function set CustomStartCap(CustomLineCap);

プロパティ値

この Pen オブジェクトで描画された直線の始点で使用されたキャップを表す CustomLineCap オブジェクト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Pen クラス | Pen メンバ | System.Drawing 名前空間