Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Connectors Property


In This Topic
    Connectors Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Connectors As IReadonlyArray(Of ConnectionShape)
    'Usage
     
    
    Dim instance As Shape
    Dim value As IReadonlyArray(Of ConnectionShape)
     
    value = instance.Connectors
    public IReadonlyArray<ConnectionShape> Connectors {get;}
    See Also