开发者

How to blur the content in text box in WPF

开发者 https://www.devze.com 2023-02-07 10:03 出处:网络
Iam new to WPF. In my WPF windows form I have button and content in tex开发者_C百科t box. I have to blur the content in textbox slowly when user clicks on button. What text style should I use.Use the

Iam new to WPF. In my WPF windows form I have button and content in tex开发者_C百科t box. I have to blur the content in textbox slowly when user clicks on button. What text style should I use.


Use the BlurEffect


I guess you need to animate the Opacity property.

0

精彩评论

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