Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ArrowHeads Method
The array of shapes to format.
The outline's begin arrow head style.
The outline's end arrow head style.


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

    Parameters

    drawingObjects
    The array of shapes to format.
    beginArrowHead
    The outline's begin arrow head style.
    endArrowHead
    The outline's end arrow head style.
    See Also