C# 如何更改工具栏Xamarin窗体中图标的大小

C# 如何更改工具栏Xamarin窗体中图标的大小,c#,xaml,xamarin,xamarin.forms,tabbar,C#,Xaml,Xamarin,Xamarin.forms,Tabbar,请告诉我如何更改工具栏中图标的大小。因为当我放置其他具有相同分辨率的图标时,它们太小了 <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/win

请告诉我如何更改工具栏中图标的大小。因为当我放置其他具有相同分辨率的图标时,它们太小了

 <?xml version="1.0" encoding="utf-8" ?>
    <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
                 xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
                  Icon="{Binding CurrentIcon}"
                 x:Class="App1.BicyclePageMain"
                 xmlns:control="clr-namespace:App1"
                
                   BackgroundColor="{AppThemeBinding Light=White, Dark=White}">
 
    </ContentPage>


它是png图标吗?是的。它是png图标。我在Adobe XD中工作。如果我在Adobe中更改大小图标,仍然没有任何变化。我想这是不可能的,因为选项卡式页面的图标大小是固定的,您尝试为选项卡式页面创建自己的呈现程序,该呈现程序可以接受图标大小。请尝试中的解决方案。我添加了,但没有帮助