Freigeben über


MapElement.Visible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das MapElement 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 = mapElement.visible;
mapElement.visible = boolean;
Public Property Visible As Boolean

Eigenschaftswert

Boolean

bool

true , wenn das MapElement im MapControl sichtbar ist; andernfalls false.

Gilt für: