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