Hi iam trying to make an Wpf TextBlock to blink. I want like when im clicking on an button then the textblock blinks. How can i achive this.
I have tried the followi
Make your trigger listen to the Loaded event rather than the MouseEnter event...
Loaded
MouseEnter