MapTileSource.Bounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.