次の方法で共有


Pen.DashOffset プロパティ

直線の始点からダッシュ パターンの始点までの距離を取得または設定します。

Public Property DashOffset As Single
[C#]
public float DashOffset {get; set;}
[C++]
public: __property float get_DashOffset();public: __property void set_DashOffset(float);
[JScript]
public function get DashOffset() : float;public function set DashOffset(float);

プロパティ値

直線の始点からダッシュ パターンの始点までの距離。

必要条件

プラットフォーム: 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 名前空間