'Declaration
Public Enum DashStyle Inherits System.Enum
'Usage
Dim instance As DashStyle
public enum DashStyle : System.Enum
'Declaration
Public Enum DashStyle Inherits System.Enum
'Usage
Dim instance As DashStyle
public enum DashStyle : System.Enum
Member | Description |
---|---|
Custom | Specifies a user-defined custom dash style. |
Dash | Line is made up of dashes. |
DashDot | Line is made up of dash-dots. |
Dot | Line is made up of dots. |
LargeDash | Line is made up of large dashes. |
LargeDashDot | Line is made up of large dash-dots. |
LargeDashDotDot | Line is made up of large dash-dot-dots. |
RoundDash | Line is made up of round dashes. |
RoundDashDot | Line is made up of round dash-dots. |
RoundDashDotDot | Line is made up of round dash-dot-dots. |
RoundDot | Line is made up of round dots. |
Solid | Line is made up of solid line. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.DashStyle