Bagikan melalui


MapElement.Visible Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah MapElement terlihat di MapControl.

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

Nilai Properti

Boolean

bool

true jika MapElement terlihat di MapControl; jika tidak, salah.

Berlaku untuk