Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / LineStyle Enumeration


In This Topic
    LineStyle Enumeration
    In This Topic
    Specifies the style of the line.
    Syntax
    'Declaration
     
    
    Public Enum LineStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineStyle
    public enum LineStyle : System.Enum 
    Members
    MemberDescription
    DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
    DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
    DashedSpecifies a line consisting of dashes.
    DottedSpecifies a line consisting of dots.
    DoubleSpecifies a double line.
    HairSpecifies a dashed style line with dashes spaced 50 percent closer than the dashed style.
    InsetSpecifies a line with an inset effect.
    NoneSpecifies no line.
    RaisedSpecifies a line with a raised effect.
    SingleSpecifies a single line.
    ThickSpecifies a thick single line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.LineStyle

    See Also