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


In This Topic
    ShapeAdjustHandleType Enumeration
    In This Topic
    Represents the type of shape adjust handle.
    Syntax
    'Declaration
     
    
    Public Enum ShapeAdjustHandleType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShapeAdjustHandleType
    public enum ShapeAdjustHandleType : System.Enum 
    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