The ConnectionPointThumb type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConnectionPointThumb |
Initializes a new instance of the ConnectionPointThumb class.
|
Fields
| Name | Description | |
|---|---|---|
| ConnectionPointProperty |
Identifies the ConnectionPoint property.
| |
| IsFromConnectionDragOverProperty |
Identifies the IsFromConnectionDragOver property.
| |
| IsToConnectionDragOverProperty |
Identifies the IsToConnectionDragOver property.
|
Properties
| Name | Description | |
|---|---|---|
| ConnectionPoint |
Gets or sets the connection point which the thumb represents.
This is a dependency property.
| |
| IsFromConnectionDragOver |
Gets whether or not the mouse is being dragged over the DiagramNodeElement of this connection point thumb
allowing it to be displayed. This is useful for connection point validation UI.
This is a dependency property.
| |
| IsToConnectionDragOver |
Gets whether or not the mouse is being dragged over the DiagramNodeElement of this connection point thumb
allowing it to be displayed. This is useful for connection point validation UI.
This is a dependency property.
|