Enum
MouseTool

Enumerates the default mouse tools.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum MouseTool

Fields

ConnectorTool

A tool which allows you to create or change connections.

Declaration

cs-api-definition
ConnectorTool = 1

Field Value

MouseTool

PanTool

A tool which pans the diagram.

Declaration

cs-api-definition
PanTool = 2

Field Value

MouseTool

PathTool

A tool which allows Path like drawing.

Declaration

cs-api-definition
PathTool = 3

Field Value

MouseTool

PencilTool

A tool which allows pen like drawing.

Declaration

cs-api-definition
PencilTool = 4

Field Value

MouseTool

PointerTool

The standard tool which allows you to select items.

Declaration

cs-api-definition
PointerTool = 0

Field Value

MouseTool

TextTool

A tool which allows you to position and add text to your diagram.

Declaration

cs-api-definition
TextTool = 5

Field Value

MouseTool