Xamarin.ios 如何在xamarin表单中绑定页面标题上的图像?

Xamarin.ios 如何在xamarin表单中绑定页面标题上的图像?,xamarin.ios,xamarin.forms,Xamarin.ios,Xamarin.forms,如何在xamarin表单中绑定页面标题上的图像 我需要在页面标题上绑定一个小的24px图像图标。带有徽标的应用程序标题名称。在ContentPage构造函数中尝试以下操作: ToolbarItem ti = new ToolbarItem(); ti.Icon = "logo.png"; this.ToolbarItems.Add(ti); 在ContentPage构造函数中尝试以下操作: ToolbarItem ti = new ToolbarItem(); ti.Icon = "logo.

如何在xamarin表单中绑定页面标题上的图像


我需要在页面标题上绑定一个小的24px图像图标。带有徽标的应用程序标题名称。

在ContentPage构造函数中尝试以下操作:

ToolbarItem ti = new ToolbarItem();
ti.Icon = "logo.png";
this.ToolbarItems.Add(ti);

在ContentPage构造函数中尝试以下操作:

ToolbarItem ti = new ToolbarItem();
ti.Icon = "logo.png";
this.ToolbarItems.Add(ti);