0
このコードではイメージがテキスト上にありますが、イメージをテキストの前にどのように取得できますか?イメージの前にテキストがありますか?
<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>
「テキストの前に」などの「テキストの上に」が同じではないですか? –
https://gyazo.com/2abedde435bdddf0a1992ac7490565b5 number 2 image、thats私が望むもの –