RadControls for WPF

Enumerates the default tools.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.40

Syntax

C#
public enum MouseTool
Visual Basic
Public Enumeration MouseTool

Members

Member nameValueDescription
PointerTool0 The standard tool which allows you to select items.
ConnectorTool1 A tool which allows you to create or change connections.
PanTool2 A tool which pans the diagram.
PathTool3 A tool which allows Path like drawing.
PencilTool4 A tool which allows pen like drawing.
TextTool5 A tool which allows you to position and add text to your diagram.

See Also