RadControls for WPF

The possible options when you click and drag your mouse over the map.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public enum MouseDragBehavior
Visual Basic
Public Enumeration MouseDragBehavior

Members

Member nameValueDescription
None0 The Map will do nothing.
Drag1 The Map will essentially stick to your mouse and move where you drag it to.
Select2 Draw a Marque Selection Box over the map, and zoom in when mouse released.

See Also