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)
Syntaxpublic IShape EndShapeConnectedTo { get; set; }
Public Property EndShapeConnectedTo As IShape
Get
Set
public:
virtual property IShape^ EndShapeConnectedTo {
IShape^ get () sealed;
void set (IShape^ value) sealed;
}
abstract EndShapeConnectedTo : IShape with get, set
override EndShapeConnectedTo : IShape with get, set
Property Value
Type:
IShapeImplements
IConnectorEndShapeConnectedTo
ExceptionsException | Condition |
---|
ArgumentException | Thrown when connected shape doesn't has any connection sites (IShape.ConnectionSiteCount equals zero) |
See Also