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


In This Topic
    TextOutline Method
    In This Topic
    Formats the shape text outline with the specified brush.
    Syntax
    'Declaration
     
    
    Public Shared Function TextOutline( _
       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.TextOutline(drawingObjects, beginArrowHead)

    Parameters

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