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


In This Topic
    TextLineWeight Method
    In This Topic
    Formats the shape text outline's line weight with the specified brush.
    Syntax
    'Declaration
     
    
    Public Shared Function TextLineWeight( _
       ByVal drawingObjects() As IShape, _
       ByVal weight As Double _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As IShape
    Dim weight As Double
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.TextLineWeight(drawingObjects, weight)
    public static ShapeActionsCommand TextLineWeight( 
       IShape[] drawingObjects,
       double weight
    )

    Parameters

    drawingObjects
    The array of shapes to format.
    weight
    The outline's line weight brush.
    See Also