Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand.Actions Enumeration


In This Topic
    ShapeActionsCommand.Actions Enumeration
    In This Topic
    Represents the tranform actions.
    Syntax
    'Declaration
     
    
    Public Enum ShapeActionsCommand.Actions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShapeActionsCommand.Actions
    public enum ShapeActionsCommand.Actions : System.Enum 
    Members
    MemberDescription
    AddCreates a new shape.
    AddNodeAdd a node to the editing shape.
    AddPictureCreates a new picture.
    AdjustEditingNodeAdjust the node of the editing shape.
    AdjustHandlesAdjust handles object.
    AlignChanging the shapes' alignment.
    CameraCreate a camera shape.
    ChangeTypeChange auto shape type of shape(s) object.
    ConnectorConnect or disconnect shape.
    CropPictureCrop picture
    DeleteDeletes the drawing object.
    DeleteEditingNodeDelete the node of the editing shape.
    DistributeHorizontally or vertically distributes the shapes in the specified range of shapes.
    EditFormulaModify the formula of shape.
    EditNameModify the name of shape.
    EditTextModify the text of shape.
    FormatShapeChange the shape's style format.
    GroupGroup the selected drawing object.
    HorizontalFlipFlip the drawing object by horizontal.
    InflateHorizontalInflates the drawing object in horizontal by 8 pixels.
    InflateHorizontalPreciseInflates the drawing object in horizontal by 1 pixels.
    InflateVerticalInflates the drawing object in vertical by 8 pixels.
    InflateVerticalPreciseInflates the drawing object in vertical by 1 pixels.
    InsertWordArtCreates a new wordart.
    MoveMove the drawing object.
    MoveCopyCopy the drawing object and move new duplicated drawing object.
    MoveDownMoves the drawing object downward by 1 pixels.
    MoveLeftMoves the drawing object to the left by 1 pixels.
    MoveRightMoves the drawing object to the right by 1 pixels.
    MoveUpMoves the drawing object upward by 1 pixels.
    ReGroupRe-group the drawing objects.
    RemoveHyperLinksRemove the hyperlink of shape.
    RerouteConnectorsRe-route connectors
    ResizeResize the drawing object.
    RotateRotate the drawing object.
    RotateClockwiseRotates the drawing object clockwise by 15 degrees.
    RotateClockwise90DegreesRotates the drawing object clockwise by 90 degrees.
    RotateClockwisePreciseRotates the drawing object clockwise by 1 degrees.
    RotateCounterclockwiseRotates the drawing object counterclockwise by 15 degrees.
    RotateCounterclockwise90DegreesRotates the drawing object counterclockwise by 90 degrees.
    RotateCounterclockwisePreciseRotates the drawing object counterclockwise by 1 degrees.
    SetAsDefaultShapeMakes the formatting of the specified shape the default formatting for the shape.
    SetPlacementChange the shape(s)'s placement.
    SetSizeSet all of shape has same size.
    ShrinkHorizontalShrinks the drawing object in horizontal by 8 pixels.
    ShrinkHorizontalPreciseShrinks the drawing object in horizontal by 1 pixels.
    ShrinkVerticalShrinks the drawing object in vertical by 8 pixels.
    ShrinkVerticalPreciseShrinks the drawing object in vertical by 1 pixels.
    TextOrientationChanging the shape's text orientation
    UngroupUn-group the selected drawing object.
    UnspecifiedUnknown command.
    VerticalFlipFlip the drawing object by vertical.
    ZOrderChanging the shape's position in the z-order.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.ShapeActionsCommand.Actions

    See Also