ConnectionPoint Class
Represents a connection point that is displayed on the outer edges of an activity designer on a workflow design surface.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionPoint(ActivityDesigner^, DesignerEdges, Int32) | Initializes a new instance of the ConnectionPoint class by using the specified ActivityDesigner, DesignerEdges enumeration value, and an integer. |
| Name | Description | |
|---|---|---|
![]() | AssociatedDesigner | Gets the activity designer to which the connection point belongs. |
![]() | Bounds | Gets the bounding rectangle for the connection point. |
![]() | ConnectionEdge | Gets the designer edge on which the connection point appears. |
![]() | ConnectionIndex | Gets the connection index for the current ConnectionPoint. |
![]() | Location | Gets a point that represents the logical location of the ConnectionPoint on the associated ActivityDesigner. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether the current ConnectionPoint is equal to the specified object.(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 a hash code for the current ConnectionPoint.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnPaint(ActivityDesignerPaintEventArgs^, Boolean) | Performs all tasks required to render the ConnectionPoint on the activity designer surface. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
A connection point appears as a small square on the edge of an activity designer surface. It is used as a point where a Connector can originate on the activity designer to connect it with another activity designer.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



