WEB开发网
开发学院图形图像Flash Microsoft Virtual Earth Silverlight Map Contro... 阅读

Microsoft Virtual Earth Silverlight Map Control (CTP)快速上手

 2009-03-29 11:59:04 来源:WEB开发网   
核心提示: 图片看不清楚?请点击这里查看原图(大图),第一步:打开VS2008,Microsoft Virtual Earth Silverlight Map Control (CTP)快速上手(2),新建Silverlight项目,(2.0与3.0的Silverlight Tools均可)第二步:添

图片看不清楚?请点击这里查看原图(大图)。 

第一步:打开VS2008,新建Silverlight项目。(2.0与3.0的Silverlight Tools均可)

Microsoft Virtual Earth Silverlight Map Control (CTP)快速上手

Microsoft Virtual Earth Silverlight Map Control (CTP)快速上手

第二步:添加对Microsoft.VirtualEarth.MapControl.dll的引用。

Microsoft.VirtualEarth.MapControl.dll位于Virtual Earth Silverlight Map Control (CTP) SDK安装路径内。

Microsoft Virtual Earth Silverlight Map Control (CTP)快速上手

第三步:在Silverlight的MainPage.xaml(2.0中是Page.xaml)中插入地图控件。

<UserControl x:Class="SilverlightApplication1.Page"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    xmlns:m="clr-namespace:Microsoft.VirtualEarth.MapControl;assembly=Microsoft.VirtualEarth.MapControl">
    <Grid x:Name="LayoutRoot" Background="White">
        <m:Map/>
    </Grid>
</UserControl>

上一页  1 2 3 4  下一页

Tags:Microsoft Virtual Earth

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接