MapTileSource.Bounds Property

Definition

Gets or sets the rectangular area to contain the tiles.

public:
 property GeoboundingBox ^ Bounds { GeoboundingBox ^ get(); void set(GeoboundingBox ^ value); };
GeoboundingBox Bounds();

void Bounds(GeoboundingBox value);
public GeoboundingBox Bounds { get; set; }
var geoboundingBox = mapTileSource.bounds;
mapTileSource.bounds = geoboundingBox;
Public Property Bounds As GeoboundingBox

Property Value

The rectangular area to contain the tiles.

Applies to

See also