user517206
user517206

Reputation: 161

How to blur the content in text box in WPF

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

Answers (2)

Andrei Pana
Andrei Pana

Reputation: 4502

Use the BlurEffect

Upvotes: 2

escargot agile
escargot agile

Reputation: 22379

I guess you need to animate the Opacity property.

Upvotes: 0

Related Questions