ConnectorShape Members
A connector shape.Constructors
| Name | Description |
|---|---|
| ConnectorShape() | Initializes a new instance of the ConnectorShape class. |
| ConnectorShape(FilledShape, FilledShape, ConnectorShapeType) | Initializes a new instance of the ConnectorShape class with specified settings. |
Properties
| Name | Description |
|---|---|
| AlternativeText | Inherited from ShapeBase. |
| Decorative | Inherited from ShapeBase. |
| Effects | Gets or sets visual effects for the shape. Inherited from StyledShapeBase. |
| EndShape | Gets or sets the end shape to which the connector is attached. |
| EndShapeSiteIndex | Gets or sets the index of the connection point on the end shape to which the connector is attached. |
| FlipType | Gets or sets the flip orientation for the shape. Inherited from StyledShapeBase. |
| Height | Inherited from ShapeBase. |
| LockSettings | Provides access to shape lock settings. Lock settings restrict user operations or hide certain visual elements. |
| Name | Inherited from ShapeBase. |
| Outline | Gets or sets the settings that are used to draw the connector. |
| RotationAngle | Gets or sets the rotation angle for the shape. Inherited from StyledShapeBase. |
| StartShape | Gets or sets the start shape to which the connector is attached. |
| StartShapeSiteIndex | Gets or sets the index of the connection point on the start shape to which the connector is attached. |
| Style | Gets or sets the visual style for the shape. Inherited from StyledShapeBase. |
| Type | Gets or sets the connector shape type. |
| Width | Inherited from ShapeBase. |
| X | Inherited from ShapeBase. |
| Y | Inherited from ShapeBase. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the current object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also