Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / LineStyle Enumeration


In This Topic
    LineStyle Enumeration
    In This Topic
    Specifies the style of the line.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum LineStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As LineStyle
    [Serializable()]
    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 line of Dashed style with spaced 50 percent closer together than the Dashed.
    InsetSpecifies a line with inset effect.
    NoneSpecifies no line.
    RaisedSpecifies a line with raised effect.
    SingleSpecifies a single line.
    ThickSpecifies a thick single line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.LineStyle

    See Also