gpt4 book ai didi

c# - 如何在 Xamarin 的 stackLayout 中全屏填充图像?

转载 作者:太空狗 更新时间:2023-10-30 00:04:43 26 4
gpt4 key购买 nike

*如何在 Xamarin 的 stackLayout 中全屏填充图像?我无法将 Image 设置为适合 stacklayout.XAML 文件代码

  <StackLayout Padding="0" BackgroundColor="Yellow">
<Image Source="ic_splash.png" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" > </Image>
</StackLayout>
</ContentPage>

Android 和 Window Phone 输出截图.... enter image description here enter image description here我想让图片适合背景。*

最佳答案

最后我用下面的代码解决了问题....

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Your.Namespace.Views.LoginView"
Title="{Binding Title}"
BackgroundImage="BackgroundImage.png">
<StackLayout>
<!-- Your stuff goes here -->
</StackLayout>
</ContentPage>

我已经使用上面的代码将背景图像设置为适合屏幕....

BackgroundImage="BackgroundImage.png"

关于c# - 如何在 Xamarin 的 stackLayout 中全屏填充图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33931498/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com