ConnectorFormat.EndConnectedShape Property
Returns a Shape object that represents the shape that the end of the specified connector is attached to. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property EndConnectedShape As Shape
Get
'Usage
Dim instance As ConnectorFormat
Dim value As Shape
value = instance.EndConnectedShape
Shape EndConnectedShape { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Shape
Remarks
If the end of the specified connector isn't attached to a shape, this property generates an error.