MapControl.BusinessLandmarksVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Unternehmen auf der Karte angezeigt werden, oder legt diesen fest.

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

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

Eigenschaftswert

Boolean

bool

true , wenn Unternehmen auf der Karte angezeigt werden; andernfalls false.

Gilt für: