バージョン

ShapeLineStyle 列挙体

図形の線に適用されるスタイル設定を決定する定数。
シンタックス
'宣言
 
Public Enum ShapeLineStyle 
   Inherits System.Enum
public enum ShapeLineStyle : System.Enum 
メンバ
メンバ解説
Dash破線。
DashDot破線と点線を交互に使用する線。
Dot点線。
LongDash長い破線。
LongDashDot長い破線と点線を交互に使用する線。
LongDashDotDot長い破線の後に 2 つのドット。
ShortDash短いダッシュの線。
ShortDashDot短い破線とドット。
ShortDashDotDot短い破線の後に 2 つのドット。
ShortDot短いドットの線。
Solid実線。
参照