ConnectionPoint(Point, Int32, ConnectionElementState) Constructor
Initializes a new instance of the ConnectionPoint class.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| point | Point | |
| index | Int32 | An integer value that represents the connection point index. |
| state | ConnectionElementState | Specifies whether to enable connection to an item and show a visual indication. |
See Also