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


In This Topic
    AdjustEditingShapeTypes Enumeration
    In This Topic
    The type of adjust editing point on editing shape.
    Syntax
    'Declaration
     
    
    Public Enum AdjustEditingShapeTypes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AdjustEditingShapeTypes
    public enum AdjustEditingShapeTypes : System.Enum 
    Members
    MemberDescription
    Adjust1stControlAdjust the 1st control point of the node
    Adjust2ndControlAdjust the 2nd control point of the node
    AdjustNodeAdjust the node
    ChangeEditingTypeChange editing type of the specified node
    ChangeSegmentTypeChange segment type of the specified node
    ClosePathClose specified path
    CornerAdjustAdjust the 1st or 2nd control points as corner
    CreatingNodeCreating a new node.
    DeleteSegmentDelete segment
    None 
    OpenPathOpen the specified path
    SmoothAdjustAdjust the 1st or 2nd control points as smooth
    StraightAdjustAdjust the 1st or 2nd control points as straight
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.AdjustEditingShapeTypes

    See Also