【发布时间】:2017-08-21 11:19:20
【问题描述】:
因此,使用此代码,我的图像在文本上方,我如何将图像置于文本前面?
<StackLayout Orientation="Vertical" BackgroundColor="DeepSkyBlue" >
<Image Source="{Binding Image}" />
<Label Text="{Binding Name}" TextColor="Black" FontSize="Medium" />
<Label Text="{Binding Tlfnr}" TextColor="Black" FontSize="Small" />
</StackLayout>
【问题讨论】:
-
'over the text'和'in front of the text'不一样吗?
-
gyazo.com/2abedde435bdddf0a1992ac7490565b5 2 号图片,这就是我想要的
标签: c# image xaml listview xamarin