MapControl.InteractiveControlsVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.