Reputation: 161
Iam new to WPF. In my WPF windows form I have button and content in text box. I have to blur the content in textbox slowly when user clicks on button. What text style should I use.
Upvotes: 3
Views: 1419
Reputation: 4502
Use the BlurEffect
Upvotes: 2
Reputation: 22379
I guess you need to animate the Opacity property.
Upvotes: 0