How to show characters for a few seconds in a WPF password box?

Viewed 22491

If the user enters 1985 in the password box, four bullets (●●●●) will be shown. How can I show each letter or number entered for a few seconds and after that change it to a bullet? I suppose that this can't be done in the password box, but is there any other way to do it?

3 Answers
Related