Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / AdjustEditingShapeTypes Enumeration


AdjustEditingShapeTypes Enumeration
The type of adjust editing point on editing shape.
Syntax
'Declaration
 
Public Enum AdjustEditingShapeTypes 
   Inherits System.Enum
 
'Usage
 
Dim instance As AdjustEditingShapeTypes
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 specifed 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 specifed 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