Enum
MouseSelectionMode

Mouse selection mode. Represents an action which should be performed when mouse drag behaviour is in the "Select" mode.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum MouseSelectionMode

Fields

None

The Map will do nothing.

Declaration

cs-api-definition
None = 0

Field Value

MouseSelectionMode

RaiseEvent

The SelectionRectangleChanged event should be raised.

Declaration

cs-api-definition
RaiseEvent = 1

Field Value

MouseSelectionMode

ZoomIn

Zoom in to the selected rectangle.

Declaration

cs-api-definition
ZoomIn = 2

Field Value

MouseSelectionMode

In this article
DefinitionFieldsNoneRaiseEventZoomIn
Not finding the help you need?
Contact Support