Search
BaseTouchBehavior Members
Constructors Properties Methods
 


An abstract base class for classes that define how the Diagram responds to user gestures.

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

 Protected Constructors

  Name Description

BaseTouchBehavior

Initializes a new instance of the BaseTouchBehavior class.

 Public Properties

  Name Description

DiagramView

Gets the diagram view associated with the behavior.

 Protected Properties

  Name Description

Diagram

Gets a reference to the Diagram instance this behavior is associated with.

 Public Methods

  Name Description

SelectController

Selects a controller based on the specified input.

SelectMouseCursor

Returns cursor to display for specified input state.

 Protected Methods

  Name Description

SelectHandleCursor

Returns cursor to display for adjustment handle targeted by specified input state.

 See Also