Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLineStyle Enumeration


In This Topic
    BorderLineStyle Enumeration
    In This Topic
    Specifies the line drawing style for the border.
    Syntax
    'Declaration
     
    Public Enum BorderLineStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As BorderLineStyle
    public enum BorderLineStyle : System.Enum 
    Members
    MemberDescription
    DashDotIndicates a border line with dash-dot.
    DashDotDotIndicates a border line with dash-dot-dot.
    DashedIndicates a border line with dashes.
    DottedIndicates a border line with dots.
    DoubleIndicates a double border line.
    HairIndicates a border line with all dots.
    MediumIndicates a medium border line with a solid line.
    MediumDashDotIndicates a medium border line with dash-dot-dot.
    MediumDashDotDotIndicates a medium border line with dash-dot-dot.
    MediumDashedIndicates a medium border line with dashes.
    NoneIndicates a border line without a style.
    SlantedDashDotIndicates a slanted border line with dash-dot.
    ThickIndicates a thick border line with a solid line.
    ThinIndicates a border line with a solid thin line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.BorderLineStyle

    See Also