Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand.Actions Enumeration


ShapeActionsCommand.Actions Enumeration
Represents the tranform actions.
Syntax
'Declaration
 
Public Enum ShapeActionsCommand.Actions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ShapeActionsCommand.Actions
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.
ConnectorConnect or disconnect shape.
DeleteDeletes the drawing object.
DeleteEditingNodeDelete the node of the editing shape.
EditFormulaModify the formula of shape.
EditNameModify the name of shape.
EditTextModify the text of shape.
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.
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.
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.
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.
UngroupUn-group the selected drawing object.
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