MapControl.TiltInteractionMode Property

Definition

Gets or sets a value that indicates if the map responds to the tilt gesture and if the corresponding UI control appears on the map.

public:
 property MapInteractionMode TiltInteractionMode { MapInteractionMode get(); void set(MapInteractionMode value); };
MapInteractionMode TiltInteractionMode();

void TiltInteractionMode(MapInteractionMode value);
public MapInteractionMode TiltInteractionMode { get; set; }
var mapInteractionMode = mapControl.tiltInteractionMode;
mapControl.tiltInteractionMode = mapInteractionMode;
Public Property TiltInteractionMode As MapInteractionMode

Property Value

A value that specifies if the map responds to the tilt gesture and if the corresponding UI control appears on the map.

Applies to