Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Align Method
The drawing objects to process.
The action agains the drawing object.


In This Topic
    Align Method (ShapeActionsCommand)
    In This Topic
    Creates a ShapeActionsCommand instance for aligning to the margin of the edge of specified objects.
    Syntax
    'Declaration
     
    
    Public Shared Function Align( _
       ByVal drawingObjects() As Shape, _
       ByVal alignCommand As AlignCommand _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim alignCommand As AlignCommand
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Align(drawingObjects, alignCommand)

    Parameters

    drawingObjects
    The drawing objects to process.
    alignCommand
    The action agains the drawing object.
    See Also