Search code examples
windows-phone-7windows-phone-8passwordbox

How can i add a hint text in the password in windows phone developing


the style is just like the android textbox.hint(hope i spell it right)
look like a watermark in the middle of the passwordbox
I have learned about that the phonetextbox have a property called hint
but the phonetextbox can't be used as a password input because it can't change my input to chars like stars


Solution

  • how about textblock overlay with reduced opacity ? on tap / click of textbox, hide it