ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLShape Class / DashedLineStyle Property

In This Topic
    DashedLineStyle Property
    In This Topic
    Gets or sets the dash style of the line or border around the shape.
    Syntax
    'Declaration
     
    Public Property DashedLineStyle As XLShapeDashedLineStyle
    public XLShapeDashedLineStyle DashedLineStyle {get; set;}
    See Also