MapControl.InteractiveControlsVisible Property

Definition

Gets or sets a value that indicates whether the map is rendering the default interactive controls from Azure Maps as an overlay. Included controls are zoom, rotation, pitch, and style.

public:
 property bool InteractiveControlsVisible { bool get(); void set(bool value); };
bool InteractiveControlsVisible();

void InteractiveControlsVisible(bool value);
public bool InteractiveControlsVisible { get; set; }
var boolean = mapControl.interactiveControlsVisible;
mapControl.interactiveControlsVisible = boolean;
Public Property InteractiveControlsVisible As Boolean

Property Value

Boolean

bool

A value that indicates whether the map is rendering the default interactive controls from Azure Maps as an overlay. The default is false.

Applies to