gpt4 book ai didi

C# Windows 手机页面背景未设置

转载 作者:太空狗 更新时间:2023-10-30 01:34:30 24 4
gpt4 key购买 nike

我想为从网络下载的图像设置页面背景,但它只能在设计器 View 中使用。但是当我在模拟器或设备上启动该应用程序时,它就不起作用(它不会被下载和设置)。 Mainfest 设置为需要互联网连接。我试图找到解决方案,但没有成功...

<Page
x:Class="App1.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:App1"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Page.Background>
<ImageBrush Stretch="UniformToFill">
<ImageBrush.ImageSource>
<BitmapImage UriSource="http://i.imgur.com/XAAcx5d.jpg"/>
</ImageBrush.ImageSource>
</ImageBrush>
</Page.Background>
</Page>

最佳答案

您的图片似乎有 hotlink protection .

您可以尝试手动加载图像:12 .或者你可以尝试添加控件<Image ...>到 XAML,然后订阅事件 ImageFailedImage上课,看看发生了什么。

关于C# Windows 手机页面背景未设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30466701/

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