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