Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeConnectionSite Class / Location Property


In This Topic
    Location Property (ShapeConnectionSite)
    In This Topic
    Gets the relative location of the shape's connection site.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As Point
    'Usage
     
    
    Dim instance As ShapeConnectionSite
    Dim value As Point
     
    value = instance.Location
    public Point Location {get;}
    See Also