I\'m looking to accept digits and the decimal point, but no sign.
I\'ve looked at samples using the NumericUpDown control for Windows Forms, and this sample of a Num
Here is a library for numeric input in WPF
It has properties like NumberStyles and RegexPatternfor validation.
NumberStyles
RegexPattern
Subclasses WPF TextBox
TextBox