Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / AdjustHandles Property


In This Topic
    AdjustHandles Property (Shape)
    In This Topic
    Gets the list of adjust handles.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AdjustHandles As IShapeAdjustHandles
    'Usage
     
    
    Dim instance As Shape
    Dim value As IShapeAdjustHandles
     
    value = instance.AdjustHandles
    public IShapeAdjustHandles AdjustHandles {get;}

    Property Value

    The list of adjust handles.
    See Also