Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / BeginConnectionSite Property


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

    Property Value

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