Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Outline Method
The array of shapes to format.
The outline brush.


In This Topic
    Outline Method
    In This Topic
    Formats the shape outline with the specified brush.
    Syntax
    'Declaration
     
    
    Public Shared Function Outline( _
       ByVal drawingObjects() As IShape, _
       ByVal beginArrowHead As Brush _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As IShape
    Dim beginArrowHead As Brush
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Outline(drawingObjects, beginArrowHead)

    Parameters

    drawingObjects
    The array of shapes to format.
    beginArrowHead
    The outline brush.
    See Also