ConnectorEndShapeConnectedTo Property

Returns or sets the shape to attach the end of the connector to. Read/write IShape.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IShape EndShapeConnectedTo { get; set; }

Property Value

Type: IShape

Implements

IConnectorEndShapeConnectedTo
Exceptions
ExceptionCondition
ArgumentExceptionThrown when connected shape doesn't has any connection sites (IShape.ConnectionSiteCount equals zero)
See Also