Share via


MapTileSource.Visible Propriété

Définition

Obtient ou définit une valeur qui indique si mapTileSource est visible.

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

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

Valeur de propriété

Boolean

bool

true si mapTileSource est visible ; sinon, false.

S’applique à

Voir aussi