MapTileSource.Visible Property

Definition

Gets or sets a value that indicates whether the MapTileSource is 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

Property Value

Boolean

bool

true if the MapTileSource is visible; otherwise, false.

Applies to

See also