Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Style Method
The array of shapes to format.
The preset shape style.


In This Topic
    Style Method
    In This Topic
    Formats the shape with a preset shape style.
    Syntax
    'Declaration
     
    
    Public Shared Function Style( _
       ByVal drawingObjects() As IShape, _
       ByVal shapeStyle As ShapeStyle _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As IShape
    Dim shapeStyle As ShapeStyle
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Style(drawingObjects, shapeStyle)

    Parameters

    drawingObjects
    The array of shapes to format.
    shapeStyle
    The preset shape style.
    See Also