show PasswordBox content
See original GitHub issueI use PasswordBox control in my login form. but i dont able to show it`s content i use PasswordChar = ‘\0’; not work Correctly does Material Design have tools for show password box characters ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
C# / WPF Unmask password inside the passwordBox
In my case I'm using a simple text. <TextBlock Name="ShowPassword"/>. Next you need to add 3 different events in the trigger element, for ......
Read more >PasswordBox.PasswordRevealMode Property - UWP
Gets or sets a value that specifies whether the password is always, never, or optionally obscured.
Read more >PasswordBox Class (Windows.UI.Xaml.Controls)
This example shows a PasswordBox control that demonstrates the Password property and the PasswordChanged event. When the user enters text into this ...
Read more >Password box - MicrosoftDocs/windows-dev-docs
The PasswordBox has a built-in button that the user can press to display the password text. Here's the result of the user's action....
Read more >The PasswordBox control
When you need to obtain the password from the PasswordBox, you can use the Password property from Code-behind. However, for security reasons, the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @Vishal708 , yes you can use this Style but in the latest pre-release (which you need to target .NET Core3.x) the Key changed to
MahApps.Styles.PasswordBox.ButtonRevealed
See: https://github.com/MahApps/MahApps.Metro/blob/00c221bbc57fda4f9d48cce486eee9425d4b6b0c/src/MahApps.Metro/Styles/Controls.PasswordBox.xaml#L577Happy coding Tim
RevealButtonContentTemplate is this property can we use in Dot net Core 3.0 ?