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


In This Topic
    ConnectionSites Property (Shape)
    In This Topic
    Gets the list of connection sites.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ConnectionSites As IShapeConnectionSites
    'Usage
     
    
    Dim instance As Shape
    Dim value As IShapeConnectionSites
     
    value = instance.ConnectionSites
    public IShapeConnectionSites ConnectionSites {get;}

    Property Value

    The list of connection sites.
    See Also