Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / ConnectionSiteCount Property


In This Topic
    ConnectionSiteCount Property
    In This Topic
    Gets the number of connection sites on the specified shape.
    Syntax
    'Declaration
     
    ReadOnly Property ConnectionSiteCount As Integer
    'Usage
     
    Dim instance As IShapeBase
    Dim value As Integer
     
    value = instance.ConnectionSiteCount
    int ConnectionSiteCount {get;}

    Property Value

    The number of connection sites.
    See Also