Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / Type Property


In This Topic
    Type Property (ShapeAdjustHandle)
    In This Topic
    Gets the type of this shape adjust handle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As ShapeAdjustHandleType
    'Usage
     
    
    Dim instance As ShapeAdjustHandle
    Dim value As ShapeAdjustHandleType
     
    value = instance.Type
    public ShapeAdjustHandleType Type {get;}
    See Also