Class ItemSelectionMode
Item selection mode. It defines how the item in the visualization layer can be selected using RadMap user interface.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ItemSelectionMode : Enum
Fields
MouseClick
Item can be selected/unselected using left mouse click.
Declaration
public const ItemSelectionMode MouseClick
Field Value
ItemSelectionMode
|
MouseClickAndRectangle
Item can be selected using both left mouse click and RadMap selection rectangle (default).
Declaration
public const ItemSelectionMode MouseClickAndRectangle
Field Value
ItemSelectionMode
|
None
Selection of the item using RadMap user interface is disabled. The selection API (overloads of the VisualizationLayer.Select method) can be used for item selection.
Declaration
public const ItemSelectionMode None
Field Value
ItemSelectionMode
|
Rectangle
Item can be selected using RadMap selection rectangle.
Declaration
public const ItemSelectionMode Rectangle
Field Value
ItemSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|