Advertisement
BionicCode

NumericTextBox Usage example

May 5th, 2024
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.19 KB | Source Code | 0 0
  1. <local:NumericTextBox Text="{Binding ValoreDecimal}"
  2.                      NumberStyles="AllowDecimalPoint, AllowLeadingSign, AllowTrailingSign"
  3.                      NumberOfDecimalPlaces="3" />
Tags: wpf xaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement