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


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

    Property Value

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