RadControls for Silverlight

This enumeration specifies mouse click or double click behavior.

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

Syntax

C#
public enum MouseBehavior
Visual Basic
Public Enumeration MouseBehavior

Members

Member nameValueDescription
None0 The empty action.
Center1 Click or double click centers the map.
ZoomToPoint2 Click or double click zooms in to the point on the map.
ZoomPointToCenter3 Click or double click zooms in and centers the point on the map.
ZoomToCenter4 Click or double click zooms in the map.

See Also