New to Telerik UI for WinFormsStart a free 30-day trial

Enumerates the default mouse tools.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public enum MouseTool

Fields

A tool which allows you to create or change connections.

C#
ConnectorTool = 1

A tool which pans the diagram.

C#
PanTool = 2

A tool which allows Path like drawing.

C#
PathTool = 3

A tool which allows pen like drawing.

C#
PencilTool = 4

The standard tool which allows you to select items.

C#
PointerTool = 0

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

C#
TextTool = 5