IConnector
Overview
IConnector is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IGeometryShape.
Represents a connector shape that links two shapes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ConnectorLock | IConnectorLock? | Read | Gets or sets the lock that controls connector movement |
StartShapeConnectedTo | IShape? | Read/Write | Returns the shape the connector starts from, if any |
EndShapeConnectedTo | IShape? | Read/Write | Returns the shape the connector ends at, if any |
StartShapeConnectionSiteIndex | int | Read/Write | Gets or sets the index of the start shape’s connection site |
EndShapeConnectionSiteIndex | int | Read/Write | |
AsIGeometryShape | IGeometryShape | Read | Provides the connector as an IGeometryShape instance |
Methods
| Signature | Description |
|---|---|
Reroute() | Recomputes the connector’s path based on its connected shapes |