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
| Name | Type | Access | Description |
|---|---|---|---|
IsTextHolder | bool | Read | Indicates whether the connector can contain a text frame |
Placeholder | IPlaceholder? | Read | Gets the placeholder information associated with the connector, if any |
CustomData | ICustomData? | Read | Provides access to custom data attached to the connector |
ShapeStyle | IShapeStyle? | Read | Returns the style settings (fill, line, effect) applied to the connector |
ShapeType | ShapeType | Read/Write | Identifies the connector’s shape type enumeration value |
Adjustments | IAdjustValueCollection? | Read | Provides a collection of adjustment values for the connector geometry |
ConnectorLock | IConnectorLock? | Read | Exposes lock settings that control connector endpoint movement |
StartShapeConnectedTo | IShape? | Read/Write | References the shape to which the connector’s start point is attached |
EndShapeConnectedTo | IShape? | Read/Write | |
StartShapeConnectionSiteIndex | int | Read/Write | Gets the index of the connection site on the start shape |
EndShapeConnectionSiteIndex | int | Read/Write | Gets the index of the connection site on the end shape |
AsIGeometryShape | IGeometryShape | Read | Returns the connector as an IGeometryShape interface |
Methods
| Signature | Description |
|---|---|
Reroute() | Recalculates the connector’s routing after shape changes |