The CursorAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CursorAction |
Methods
| Name | Description | |
|---|---|---|
| Discharge |
Disassociates the cursor action from the cursor.
| |
| Execute |
Executes the cursor action. This is typically called when the mouse is released after
a click or press-and-drag action.
| |
| ExecuteCore |
When overridden in a derived class, executes the cursor action.
| |
| GetCurrent |
Gets the value of the Current attached property for an object.
| |
| SetCurrent |
Sets the value of the Current attached property for an object.
|
Fields
| Name | Description | |
|---|---|---|
| CurrentProperty |
Gets or sets the action associated with the cursor when it is over a DiagramSurface.
| |
| Default |
Gets the default cursor action (marquee select).
|
Properties
| Name | Description | |
|---|---|---|
| CursorActionType |
Gets the type of operation performed by this CursorAction.
|