首页 > 解决方案 > 如何更改工具栏 Xamarin 表单中图标的大小

问题描述

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

 <?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>

在此处输入图像描述

标签: c#xamlxamarinxamarin.formstabbar

解决方案


推荐阅读