GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandleType Enumeration


ShapeAdjustHandleType Enumeration
Represents the type of shape adjust handle.
Syntax
'Declaration
 
Public Enum ShapeAdjustHandleType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ShapeAdjustHandleType
Members
MemberDescription
PolarSpecifies a polar adjust handle for a custom shape.
XYSpecifies an XY-based adjust handle for a custom shape.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.ShapeAdjustHandleType

See Also