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


In This Topic
    TextLineDash Method
    In This Topic
    Formats the shape text outline's line dash with the specified brush.
    Syntax
    'Declaration
     
    
    Public Shared Function TextLineDash( _
       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.TextLineDash(drawingObjects, dashStyle)
    public static ShapeActionsCommand TextLineDash( 
       IShape[] drawingObjects,
       DashStyle dashStyle
    )

    Parameters

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