'宣言 Public Enum LineDashStyle Inherits System.Enum
public enum LineDashStyle : System.Enum
'宣言 Public Enum LineDashStyle Inherits System.Enum
public enum LineDashStyle : System.Enum
メンバ | 解説 |
---|---|
Dash | ダッシュだけで構成される線を指定します。 |
DashDot | ダッシュ - ドット(1 点鎖線)パターンで構成される線を指定します。 |
DashDotDot | ダッシュ - ドット - ドット(2 点鎖線)パターンで構成される線を指定します。 |
LongDash | ロングダッシュで構成される線を指定します。 |
LongDashDot | ロングダッシュ - ドットパターンで構成される線を指定します。 |
LongDashDotDot | ロングダッシュ - ドット - ドットパターンで構成される線を指定します。 |
Mixed | 特殊な図形にのみ使用します。 |
RoundDot | 丸ドットで構成される線を指定します。 |
Solid | 実線を指定します。 |
SquareDot | 角ドットで構成される線を指定します。 |
SysDash | ロングシステムダッシュパターンで構成される線を指定します。 |
SysDashDot | ロングシステムダッシュ - ドットパターンで構成される線を指定します。 |
SysDot | ロングシステムドットパターンで構成される線を指定します。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.Drawing.LineDashStyle