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

In This Topic
    XLShapeDashedLineStyle Enumeration
    In This Topic
    Specifies the dash style of borders drawn around XLShape objects.
    Syntax
    'Declaration
     
    Public Enum XLShapeDashedLineStyle 
       Inherits System.Enum
    public enum XLShapeDashedLineStyle : System.Enum 
    Members
    MemberDescription
    DashDash style, analogue PS_DASH pen of system.
    DashDotDash-dot style, analogue PS_DASHDOT pen of system.
    DashDotDotDash-dot-dot style, analogue PS_DASHDOTDOT pen of system.
    DotDot style, analogue PS_DOT pen of system.
    LongDashLong dash style.
    LongDashDotLong dash-dot style.
    LongDashDotDotLong dash-dot-dot style.
    ShortDashShort dash style.
    ShortDashDotShort dash-dot style.
    SolidSolid (continuous) pen.
    SquareDotSquare dot style.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Excel.XLShapeDashedLineStyle

    See Also