<Grid Column="0" Row="1" VerticalOptions="FillAndExpand" Style="{StaticResource DashboardMenusMyProfileGridStyle}">
<Image Source="myEvent.png" WidthRequest="16" HeightRequest="16"></Image>
<Label Text="Hesabım" TextColor="Black" VerticalOptions="Center"></Label>
</Grid>
你好我在可绘制文件夹中的android项目中有一个图像。我用16x16像素下载它。但是如果我运行上面的代码。图像没有达到16像素。 如何在xamarin.forms
上设置图像组件的高度或宽度答案 0 :(得分:0)
通常,这应该适合你。 我认为问题出在VerticalOptions =&#34; FillAndExpand&#34;
由于图像和标签包含在网格中,因此它们会继承。
尝试更改网格上的VerticalOptions。