I have a login form with two textboxes, one for username and one for password.
I have used a textbox for the password input, however I would like to mask the characters so that rather than showing letters, it will show a (*) symbol or a password dot.
I can not change the textbox to a password box as this throws errors.
Using C#, WPF form