Connector

Overview

Connector is a class in Aspose.Slides FOSS for .NET. Inherits from: GeometryShape, IConnector.

Represents a connector shape that can link two shapes via connection sites.

Properties

NameTypeAccessDescription
IsTextHolderboolReadIndicates whether the connector can contain a text frame
PlaceholderIPlaceholder?ReadGets the placeholder information associated with the connector, if any
CustomDataICustomData?ReadProvides access to custom data attached to the connector
ShapeStyleIShapeStyle?ReadReturns the style settings (fill, line, effect) applied to the connector
ShapeTypeShapeTypeRead/WriteIdentifies the connector’s shape type enumeration value
AdjustmentsIAdjustValueCollection?ReadProvides a collection of adjustment values for the connector geometry
ConnectorLockIConnectorLock?ReadExposes lock settings that control connector endpoint movement
StartShapeConnectedToIShape?Read/WriteReferences the shape to which the connector’s start point is attached
EndShapeConnectedToIShape?Read/Write
StartShapeConnectionSiteIndexintRead/WriteGets the index of the connection site on the start shape
EndShapeConnectionSiteIndexintRead/WriteGets the index of the connection site on the end shape
AsIGeometryShapeIGeometryShapeReadReturns the connector as an IGeometryShape interface

Methods

SignatureDescription
Reroute()Recalculates the connector’s routing after shape changes

See Also