Class SelectionMode
Defines the available selection modes in a ShapefileLayer.
Inheritance
System.Object
SelectionMode
Namespace: Telerik.Maui.Controls.Compatibility.Map
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Multiple
Multiple-shape selection is allowed. A shape is selected when tapped and deselected if tapped again.
Declaration
public const SelectionMode Multiple
Field Value
SelectionMode
|
None
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 SelectionMode Single
Field Value
SelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|