EndConnectedShape Property (ConnectionShape)
Gets the
Shape object that represents the shape that the end of the specified connector is attached to.
public Shape EndConnectedShape {get;}
'Declaration
Public ReadOnly Property EndConnectedShape As Shape
'Usage
Dim instance As ConnectionShape
Dim value As Shape
value = instance.EndConnectedShape
Property Value
The shape that the end of the specified connector is attached to.