IConnector

Overview

IConnector is a interface in Aspose.Slides FOSS for .NET. Inherits from: IGeometryShape.

Represents a connector shape that links two shapes.

Properties

NameTypeAccessDescription
ConnectorLockIConnectorLock?ReadGets or sets the lock that controls connector movement
StartShapeConnectedToIShape?Read/WriteReturns the shape the connector starts from, if any
EndShapeConnectedToIShape?Read/WriteReturns the shape the connector ends at, if any
StartShapeConnectionSiteIndexintRead/WriteGets or sets the index of the start shape’s connection site
EndShapeConnectionSiteIndexintRead/Write
AsIGeometryShapeIGeometryShapeReadProvides the connector as an IGeometryShape instance

Methods

SignatureDescription
Reroute()Recomputes the connector’s path based on its connected shapes

See Also