Version

BingMapsImageryStyle Enumeration

Describes available map styles for the Bing Maps imagery.
Syntax
'Declaration
 
Public Enum BingMapsImageryStyle 
   Inherits System.Enum
public enum BingMapsImageryStyle : System.Enum 
Members
MemberDescription
AerialSpecifies the Aerial map style without road or labels overlay.
AerialWithLabelsSpecifies the Aerial map style with road and labels overlay.
CanvasDarkSpecifies a dark version of the Roads maps.
CanvasGraySpecifies a grayscale version of the Roads maps.
CanvasLightSpecifies a lighter version of the Roads maps.
RoadSpecifies the Roads map style without aerial overlay.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also