'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 | The line will use a custom style. |
Dash | The line will be made of a series of dashes. |
DashDot | The line will be made of a repeating dash-dot pattern. |
DashDotDot | The line will be made of a repeating dash-dot-dot pattern. |
Dot | The line will be made of a series of dots. |
Solid | The line will be solid. |
System.Object
System.ValueType
System.Enum
Xceed.Drawing.DashStyle
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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