本文介绍了在画笔的Windows Phone 8.1吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请告诉我怎么可以创建的Windows Phone 8.1应用放射渐变画笔?
Please tell me how can I create a RadialGradientBrush in Windows Phone 8.1 app?
我试图在这里找到它,但没有这样的刷
I've tried to find it here but there is no such brush
Windows.UI.Xaml.Media
任何想法?
感谢您!
推荐答案
如果你不介意安装从的NuGet或他们的,则可以使用微软微软新的Win2D库.Graphics.Canvas.CanvasRadialGradientBrush
。
有关进一步的参考:
If you don't mind installing the new Microsoft's Win2D library from NuGet or their Win2D GitHub, you can use the Microsoft.Graphics.Canvas.CanvasRadialGradientBrush
.For further reference:
的
这篇关于在画笔的Windows Phone 8.1吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!