Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / LineStyle Enumeration


LineStyle Enumeration
Specifies the style for a line.
Syntax
'Declaration
 
Public Enum LineStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As LineStyle
Members
MemberDescription
SingleSingle line.
ThickBetweenThinThick line with a thin line on each side.
ThickThinThick 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.
ThinThickThick 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.
ThinThinTwo thin lines.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Drawing.LineStyle

See Also