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


In This Topic
    Connectors Property (Shape)
    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