'Declaration
Public Enum DashStyle Inherits System.Enum
public enum DashStyle : System.Enum
'Declaration
Public Enum DashStyle Inherits System.Enum
public enum DashStyle : System.Enum
Member | Description |
---|---|
Dash | Specifies a line consisting of dashes. |
DashDot | Specifies a line consisting of a repeating pattern of dash-dot. |
DashDotDot | The pen has alternating dashes and double dots. This style is valid only when the pen width is one or less in device units. |
Dot | Specifies a line consisting of dots. |
System.Object
System.ValueType
System.Enum
C1.Framework.Drawing.Gdi.DashStyle