Possible Duplicate:
Watermark TextBox in WPF
May i know how to put some default texts in the password box in WPF?
I use MSN messenger as an example. When its default, the password field will show the “password” in the Password Box. When i click and type on the password box, the “password” text will disappear and the dots will replace it.


You have to create a custom control to do that.
XAML:
C# code:
Reference: WPF Watermark PasswordBox from Watermark TextBox