MouseTool
Enum
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 allows pen like drawing.
C#
PencilTool = 4
The standard tool which allows you to select items.
C#
PointerTool = 0