MapControl.RotateInteractionMode Property

Definition

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

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

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

Property Value

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

Applies to