Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ILineFormat Interface / DashStyle Property


In This Topic
    DashStyle Property (ILineFormat)
    In This Topic
    Gets or sets the dash style for the specified line.
    Syntax
    'Declaration
     
    
    Property DashStyle As DashStyle
    'Usage
     
    
    Dim instance As ILineFormat
    Dim value As DashStyle
     
    instance.DashStyle = value
     
    value = instance.DashStyle
    DashStyle DashStyle {get; set;}

    Property Value

    The dash style for the specified line.
    See Also