ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLShapeLineStyle Enumeration

In This Topic
    XLShapeLineStyle Enumeration
    In This Topic
    Specifies the style of borders drawn around XLShape objects.
    Syntax
    'Declaration
     
    Public Enum XLShapeLineStyle 
       Inherits System.Enum
    public enum XLShapeLineStyle : System.Enum 
    Members
    MemberDescription
    DoubleDouble lines of equal width.
    SimpleSingle line (of width LineWidth).
    ThickThinDouble lines, one thick, one thin.
    ThinThickDouble lines, reverse order.
    TripleThree lines, thin, thick, thin.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Excel.XLShapeLineStyle

    See Also