MapControl.InteractiveControlsVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Karte die interaktiven Standardsteuerelemente aus Azure Maps als Überlagerung rendert, oder legt diesen fest. Die enthaltenen Steuerelemente sind Zoom, Drehung, Tonhöhe und Stil.

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

Eigenschaftswert

Boolean

bool

Ein Wert, der angibt, ob die Karte die interaktiven Standardsteuerelemente aus Azure Maps als Überlagerung rendert. Der Standardwert lautet false.

Gilt für: