本文介绍了从一个LinearGradientBrush动画变化的SolidColorBrush的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能与动画的Ellipse.Fill从一个LinearGradientBrush到的SolidColorBrush改变或一个LinearGradientBrush内改变gradientStops?

Is it possible with an animation to change the Ellipse.Fill from a LinearGradientBrush to a SolidColorBrush or change the gradientStops within the LinearGradientBrush?

推荐答案

也许你应该使用两个椭圆形和动态地改变它们的不透明度。

Maybe you should use two ellipses and dynamically change their opacity.

这篇关于从一个LinearGradientBrush动画变化的SolidColorBrush的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-14 09:50