Added a password rule engine

This commit is contained in:
TheXamlGuy
2024-06-09 13:10:57 +01:00
parent e8372f875f
commit 84e89e1c47
12 changed files with 199 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<MaskedTextBox Mask="{Binding Pattern}" Text="{Binding Value}">
<TextBox.Styles>
<Style Selector="TextBox.Write">
<Setter Property="MinWidth" Value="296" />
<Setter Property="MinWidth" Value="{Binding Width}" />
</Style>
<Style Selector="TextBox.Read">
<Setter Property="MinWidth" Value="0" />