Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / LineStyle Enumeration


In This Topic
    LineStyle Enumeration
    In This Topic
    Specifies the style for a line.
    Syntax
    'Declaration
     
    
    Public Enum LineStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineStyle
    public enum LineStyle : System.Enum 
    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