MapTileBitmapRequestedEventArgs.Request 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 the bitmap request.
public:
property MapTileBitmapRequest ^ Request { MapTileBitmapRequest ^ get(); };
MapTileBitmapRequest Request();
public MapTileBitmapRequest Request { get; }
var mapTileBitmapRequest = mapTileBitmapRequestedEventArgs.request;
Public ReadOnly Property Request As MapTileBitmapRequest
Property Value
The bitmap request.