Class MouseSelectionMode
Mouse selection mode. Represents an action which should be performed when mouse drag behaviour is in the "Select" mode.
Inheritance
System.Object
MouseSelectionMode
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class MouseSelectionMode : Enum
Fields
None
The Map will do nothing.
Declaration
public const MouseSelectionMode None
Field Value
MouseSelectionMode
|
RaiseEvent
The SelectionRectangleChanged event should be raised.
Declaration
public const MouseSelectionMode RaiseEvent
Field Value
MouseSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
ZoomIn
Zoom in to the selected rectangle.
Declaration
public const MouseSelectionMode ZoomIn
Field Value
MouseSelectionMode
|