MapControl.InteractiveControlsVisible Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Karte die standardmäßigen interaktiven Steuerelemente aus Azure Maps als Überlagerung rendert. Enthaltene Steuerelemente sind Zoom, Drehung, Neigung 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 standardmäßigen interaktiven Steuerelemente aus Azure Maps als Überlagerung rendert. Der Standardwert lautet false.

Gilt für: