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


In This Topic
    BeginConnectedShape Property (IConnectorFormat)
    In This Topic
    Gets the IShape object that represents the shape that the beginning of the specified connector is attached to.
    Syntax
    'Declaration
     
    
    ReadOnly Property BeginConnectedShape As IShape
    'Usage
     
    
    Dim instance As IConnectorFormat
    Dim value As IShape
     
    value = instance.BeginConnectedShape
    IShape BeginConnectedShape {get;}

    Property Value

    The shape that the beginning of the specified connector is attached to.
    See Also