gpt4 book ai didi

c# - ImageBrush myBrush = new ImageBrush();不在 VS C# 中工作

转载 作者:行者123 更新时间:2023-11-28 23:57:03 25 4
gpt4 key购买 nike

我一直在尝试在我的应用页面上设置背景。

要做到这一点,很多人都说我需要使用 ImageBrush 对象。但是,当我尝试初始化以下代码行时出现错误:

ImageBrush myBrush = new ImageBrush();

如有任何帮助,我们将不胜感激。

最佳答案

Xamarin Forms 不支持 ImageBrush。您只需设置页面的BackgroundImage 属性即可。

<ContentPage BackgroundImage="myImage.png" ... >

关于c# - ImageBrush myBrush = new ImageBrush();不在 VS C# 中工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50953975/

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