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


In This Topic
    Location Property (ShapeAdjustHandle)
    In This Topic
    Gets the relative location of the shape adjust handle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As Point
    'Usage
     
    
    Dim instance As ShapeAdjustHandle
    Dim value As Point
     
    value = instance.Location
    public Point Location {get;}
    Remarks
    [0, 0] is the upper-left corner of the shape.
    See Also