This documentation is archived and is not being maintained.
Connector Class
Visual Studio 2010
Represents a connector between two activity designers on a workflow design surface.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The Connector type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AccessibilityObject | Gets an AccessibleObject that accessibility applications use to adjust the application UI for users who have impairments. |
![]() | Bounds | Gets the bounding rectangle for the connector on the workflow design surface. |
![]() | ConnectorModified | Gets the value that indicates whether the Connector is modified. |
![]() | ConnectorSegments | Gets a read-only collection of points that contains all segments found in the Connector. |
![]() | ExcludedRoutingRectangles | Returns an empty array of Rectangle object. Derived classes populate this collection. |
![]() | ParentDesigner | Gets the designer on which the connecter appears on the workflow design surface. |
![]() | ParentView | Gets the workflow view associated with the connector. |
![]() | Source | Gets or sets the ConnectionPoint where drawing of the Connector begins. |
![]() | Target | Gets or sets the ConnectionPoint where drawing of the Connector ends. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the current Connector is equal to the specified connector. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for the current Connector. (Overrides Object::GetHashCode().) |
![]() | GetService | Returns a service object of the specified type if it is available. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HitTest | Returns a value that indicates whether the specified point resides on the current Connector. |
![]() | Invalidate | Invalidates the current Connector and causes it to be redrawn. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Offset | Changes the Connector height and width using the settings defined in the specified Size. |
![]() | OnLayout | Notifies the Connector that layout operations are occurring. |
![]() | OnPaint | Renders the Connector on the workflow design surface. |
![]() | OnPaintEdited | Used for drawing the Connector when it is dragged from one state to another. |
![]() | OnPaintSelected | Used for drawing a Connector that is selected by the user. |
![]() | PerformLayout | Performs layout tasks for the Connector. |
![]() | SetConnectorSegments | Reroutes the connector from source to target if the connector has changed. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
