Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / BeginConnectionSite Property


In This Topic
    BeginConnectionSite Property (ConnectionShape)
    In This Topic
    Gets an integer that specifies the connection site that the beginning of a connector is connected to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BeginConnectionSite As Integer
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim value As Integer
     
    value = instance.BeginConnectionSite
    public int BeginConnectionSite {get;}

    Property Value

    The connection site that the beginning of a connector is connected to.
    See Also