'Declaration
Public Enum LineStyle Inherits System.Enum
'Usage
Dim instance As LineStyle
public enum LineStyle : System.Enum
'Declaration
Public Enum LineStyle Inherits System.Enum
'Usage
Dim instance As LineStyle
public enum LineStyle : System.Enum
Member | Description |
---|---|
Single | Single line. |
ThickBetweenThin | Thick line with a thin line on each side. |
ThickThin | Thick line next to thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line. |
ThinThick | Thick line next to thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line. |
ThinThin | Two thin lines. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.LineStyle