| BingMapsStyle Enumeration | 
 
            A map style for use by Microsoft Bing Maps For Enterprise.
            
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum BingMapsStyle
Public Enumeration BingMapsStyle
public enum class BingMapsStyle
 Members
Members|  | Member name | Description | 
|---|
|  | Aerial | Aerial (satellite) imagery. | 
|  | AerialWithLabels | Aerial imagery with a road overlay and labels. | 
|  | Road | Roads without additional imagery. | 
|  | Hillshade | Roads without additional imagery, with shading based on altitude. | 
|  | CanvasDark | A dark version of the road maps. | 
|  | CanvasLight | A lighter version of the road maps. | 
|  | CanvasGray | A grayscale version of the road maps. | 
 See Also
See Also