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