Class MapSelectionMode
Defines the available selection modes in a Map
Inheritance
System.Object
MapSelectionMode
Namespace: Telerik.Maui.Controls.Map
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class MapSelectionMode : Enum
Fields
Multiple
Multiple-shape selection is allowed. A shape is selected when tapped and deselected if tapped again.
Declaration
public const MapSelectionMode Multiple
Field Value
None
No selection is allowed.
Declaration
public const MapSelectionMode None
Field Value
Single
Single-shape selection is allowed. A shape is selected when tapped and deselected if tapped again. If a new shape is tapped, the previous selected one is deselected.
Declaration
public const MapSelectionMode Single
Field Value
value__
Declaration
public int value__
Field Value
System.
|