【发布时间】:2018-11-01 15:54:18
【问题描述】:
我正在使用 Xamarin Forms 来编写我的应用程序。 我想在我的地图上方添加一个按钮(图中红色圆圈)打开另一个页面:go to the image
这是我在xaml页面上写的代码:
<ContentPage.ToolbarItems>
<ToolbarItem Icon="search.png" Clicked="SearchClicked" />
</ContentPage.ToolbarItems>
<ContentView Content="{Binding Map}" ></ContentView>
你能帮帮我吗?谢谢!
【问题讨论】:
标签: google-maps xaml button xamarin.forms