Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找验证一种TextBox货币格式,并想知道最好的方法是什么。有没有办法在 XAML 中做到这一点?
TextBox
您可以在setter您绑定的财产中执行此操作。但我想还有更好的方法。
setter
这似乎是一个更好的解决方案。