Contents
- Control structure
- Features
Having trouble getting help?
Contact Support
Contact Support
WPF Percent TextBox Overview
18 Feb 20251 minute to read
The PercentTextBox control restricts text box input to only double values and displays the percentage of the given value with support for data binding, Watermark, Null Value, and culture support. It provides many customization options to enhance the appearance and to suit the applications.
Control structure
Features
The core features of the PercentTextBox are as follows:
- Provides the ability to control the range of the 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.