Xml 如何在Xamarin表单中设置透明背景

Xml 如何在Xamarin表单中设置透明背景,xml,xamarin.forms,Xml,Xamarin.forms,我有一个png图像,我想在位图中显示,但在运行应用程序时背景显示为黑色,我想将透明度设置为无有办法吗? 我想要达到的效果是看到应用程序徽标出现在手机主屏幕的中间尝试将图像的背景色设置为透明 我希望这有帮助。:) <Image Source = "your_image.png" BackgroundColor = "Transparent"/>

我有一个png图像,我想在位图中显示,但在运行应用程序时背景显示为黑色,我想将透明度设置为无有办法吗?
我想要达到的效果是看到应用程序徽标出现在手机主屏幕的中间

尝试将图像的背景色设置为透明

我希望这有帮助。:)


<Image Source = "your_image.png" BackgroundColor = "Transparent"/>