'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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2