We have developed a custom control in monotouch (inherited from UITextField, but that shouldn't matter) in order to provide pure numeric data entry.
What we would like to do now is add some properties (such as the number of decimal positions, min value, max value) that can be set at design time in xcode.
Is this possible?