If I understood correctly, a TextBox
in WPF is similar to the input
in HTML. Therefore, is there a property for the TextBox
that plays the same role as type
for input
?
I would like to have something with a similar behaviour than with <input type="email"/>
.
Thanks