WPF Double TextBox Overview
6 Nov 2019 / 1 minute to read
The DoubleTextBox control restricts input to double values with support for data binding, watermark, null value and support for culture. It provides various customization options to improve its appearance and suit an applications.
Control structure
Features
The core features of the DoubleTextBox
are as follows:
- Provides the ability to control the range of input values by using the
MinValue
andMaxValue
properties. - Provides different foreground brushes for positive, negative, and zero values.
- Provides data binding support.
- Provides built-in Visual Styles and themes.
- Provides Watermark support.
- Provides Number Format support.
- Provides Null Value support.
- Provides culture support.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page