AerialMode Constructor (Boolean)
Initializes a new instance of the AerialMode class.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public AerialMode(
bool labels
)
public:
AerialMode(
bool labels
)
new :
labels:bool -> AerialMode
Public Sub New (
labels As Boolean
)
Parameters
labels
Type: System.BooleanA bool indicating whether or not to display map labels.
See Also
AerialMode Overload
AerialMode Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top