Search
DrawLinksTouchBehavior Members
Constructors Properties Methods
 


Represents a behavior that is suitable for creating links. Drawing started over a node creates a DiagramLink. Otherwise a lasso rectangle is displayed allowing the selection of items.

The following tables list the members exposed by the DrawLinksTouchBehavior type.

 Public Constructors

  Name Description

DrawLinksTouchBehavior

Initializes a new instance of the DrawLinksTouchBehavior class.

 Public Properties

  Name Description

DiagramView

Gets the diagram view associated with the behavior. (Inherited from BaseTouchBehavior.)

 Protected Properties

  Name Description

Diagram

Gets a reference to the Diagram instance this behavior is associated with. (Inherited from BaseTouchBehavior.)

 Public Methods

  Name Description

SelectController

Selects a controller based on the specified input.

SelectMouseCursor

BaseTouchBehavior.SelectMouseCursor override.

 Protected Methods

  Name Description

SelectHandleCursor

Returns cursor to display for adjustment handle targeted by specified input state. (Inherited from BaseTouchBehavior.)

 See Also