Freigeben über


MapLayer.Visible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der MapLayer im MapControl sichtbar ist, oder legt diesen fest.

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

void Visible(bool value);
public bool Visible { get; set; }
var boolean = mapLayer.visible;
mapLayer.visible = boolean;
Public Property Visible As Boolean

Eigenschaftswert

Boolean

bool

true , wenn der MapLayer im MapControl sichtbar ist; andernfalls false.

Gilt für: