Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / BeginConnected Property


In This Topic
    BeginConnected Property
    In This Topic
    Gets a boolean value indicating whether the beginning of the specified connector is connected to a shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property BeginConnected As Boolean
    'Usage
     
    
    Dim instance As IConnectorFormat
    Dim value As Boolean
     
    value = instance.BeginConnected
    bool BeginConnected {get;}

    Property Value

    true if the beginning of the specified connector is connected to a shape; otherwise, false.
    See Also