question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

show PasswordBox content

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
timuniecommented, Feb 27, 2020

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#L577

Happy coding Tim

0reactions
Vishal708commented, Feb 27, 2020

RevealButtonContentTemplate is this property can we use in Dot net Core 3.0 ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found