Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEditingData.ShapeEditingType Enumeration


In This Topic
    ShapeEditingData.ShapeEditingType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ShapeEditingData.ShapeEditingType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShapeEditingData.ShapeEditingType
    public enum ShapeEditingData.ShapeEditingType : System.Enum 
    Members
    MemberDescription
    CroppingPictureCropping the picture
    ShapeAdjustHandlesAdjust handles of the shapes.
    ShapeMoveMoves the shapes
    ShapeNodesEdit the shape's nodes
    ShapeResizeResize the shapes.
    ShapeRotateRotates the shapes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.ShapeEditingData.ShapeEditingType

    See Also