Windows 8 metro - how to make password text box?

passwords, textbox, windows

Solution

Maybe you should use a PasswordBox

http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh700391.aspx

Problem

Like whatever I may put inside it will only show *. Tried textBox.PasswordChar but didn't work.

Original source