标签: xamarin xamarin.forms
如何在Xamarin表单中使用透明背景在导航栏上添加按钮。
Here is the sample picture
如何实现这个目标?
答案 0 :(得分:0)
在您的页面中,您可以添加以下内容:
ToolbarItems.Add(new ToolbarItem("Back", "backIcon.png", () => {Application.Current.MainPage = new RootPage(); }));