开发者

String animation in WPF?

开发者 https://www.devze.com 2022-12-15 16:48 出处:网络
How do I change the Content pr开发者_运维百科operty of say a Button? Maybe with StringAnimationUsingKeyFrames? Yes.StringAnimationUsingKeyFrames is specifically designed for animation of strings.It sh

How do I change the Content pr开发者_运维百科operty of say a Button? Maybe with StringAnimationUsingKeyFrames?


Yes. StringAnimationUsingKeyFrames is specifically designed for animation of strings. It should be usable for a button's content.


you could also use styles and triggers.

0

精彩评论

暂无评论...
验证码 换一张
取 消