Class MouseTool
Enumerates the default mouse tools.
Inheritance
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class MouseTool : Enum
Fields
ConnectorTool
A tool which allows you to create or change connections.
Declaration
public const MouseTool ConnectorTool
Field Value
MouseTool
|
PanTool
PathTool
A tool which allows Path like drawing.
Declaration
public const MouseTool PathTool
Field Value
MouseTool
|
PencilTool
A tool which allows pen like drawing.
Declaration
public const MouseTool PencilTool
Field Value
MouseTool
|
PointerTool
The standard tool which allows you to select items.
Declaration
public const MouseTool PointerTool
Field Value
MouseTool
|
TextTool
A tool which allows you to position and add text to your diagram.
Declaration
public const MouseTool TextTool
Field Value
MouseTool
|
value__
Declaration
public int value__
Field Value
System.Int32
|