The ConnectionPointThumb type exposes the following members.

Constructors

  NameDescription
ConnectionPointThumb
Initializes a new instance of the ConnectionPointThumb class.

Fields

  NameDescription
ConnectionPointProperty
Identifies the ConnectionPoint property.
IsFromConnectionDragOverProperty
Identifies the IsFromConnectionDragOver property.
IsToConnectionDragOverProperty
Identifies the IsToConnectionDragOver property.

Properties

  NameDescription
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.

See Also