Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / LineDash Method
The array of shapes to format.
The outline's line dash.


In This Topic
    LineDash Method
    In This Topic
    Formats the shape outline's line dash with the specified brush.
    Syntax
    'Declaration
     
    
    Public Shared Function LineDash( _
       ByVal drawingObjects() As IShape, _
       ByVal dashStyle As DashStyle _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As IShape
    Dim dashStyle As DashStyle
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.LineDash(drawingObjects, dashStyle)

    Parameters

    drawingObjects
    The array of shapes to format.
    dashStyle
    The outline's line dash.
    See Also