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


In This Topic
    TextFill Method
    In This Topic
    Formats the shape text fill with the specified brush.
    Syntax
    'Declaration
     
    
    Public Shared Function TextFill( _
       ByVal drawingObjects() As IShape, _
       ByVal fill As Brush _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As IShape
    Dim fill As Brush
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.TextFill(drawingObjects, fill)
    public static ShapeActionsCommand TextFill( 
       IShape[] drawingObjects,
       Brush fill
    )

    Parameters

    drawingObjects
    The array of shapes to format.
    fill
    The fill brush.
    See Also