Class MapInteractionMode
Defines the available interaction modes in the Rad
Inheritance
System.Object
MapInteractionMode
Namespace: Telerik.Maui.Controls.Map
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class MapInteractionMode : Enum
Fields
None
No interaction is allowed.
Declaration
public const MapInteractionMode None
Field Value
Pan
Only Pan is allowed to be performed with the control.
Declaration
public const MapInteractionMode Pan
Field Value
PanAndZoom
Pan and Zoom is allowed to be performed with the control.
Declaration
public const MapInteractionMode PanAndZoom
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Zoom
Only Zoom is allowed to be performed with the control.
Declaration
public const MapInteractionMode Zoom