Map Class
This documentation is no longer available on MSDN, however it is available as a CHM download.
Represents the default map class. Namespace: Microsoft.Maps.MapControl
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Represents the default map class. Namespace: Microsoft.Maps.MapControl
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
The following example adds four maps with different modes to a Grid called LayoutRoot. This example uses C# code instead of XAML.
<UserControl x:Class="SilverlightTest1.ShowMultipleMaps" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:m="clr-namespace:Microsoft.Maps.MapControl;assembly=Microsoft.Maps.MapControl" Width="1024" Height="768"> <Grid x:Name="LayoutRoot" Background="White"> </Grid> </UserControl>
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.Target Platforms
Show: