除了D2D 可以绘制圆形渐变外http://msdn.microsoft.com/en-us/library/windows/desktop/dd756679(v=vs.85).aspx
C#没有圆形渐变吗?为什么只有LinearGradientBrush??
Hi,
这应该是设计上的考虑具体我也不太清楚。不过的确是只有LinearGradientBrush,如果你想达到其他的渐变效果只有输出成图片使用ImageBrush,这里有这个问题的讨论你可以看一下:
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/fe521a8c-0d2c-4124-9812-5b8671065e49
Aaron MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.