Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ConnectorFormat Members

Contains connector settings.

Properties

Name Description
Arrows Provides access to the connector arrowhead properties.
ConnectorType Gets or sets the connector’s type.
EndConnectedShapeId Retrieves the unique identifier of a drawing object attached to the connector’s end point.
EndPointConnected Indicates whether the connector’s end point is attached to a drawing object.
StartConnectedShapeId Retrieves the unique identifier of a drawing object attached to the connector’s start point.
StartPointConnected Indicates whether the connector’s start point is attached to a drawing object.

Methods

Name Description
ConnectEndPoint(Shape, Int32) Attaches the connector’s end point to the drawing object.
ConnectStartPoint(Shape, Int32) Attaches the connector’s start point to the drawing object.
DisconnectEndPoint() Disconnects the connector’s end point from a drawing object.
DisconnectStartPoint() Disconnects the connector’s start point from a drawing object.
See Also