About Syncfusion® WPF Percent TextBox Control
18 Nov 20181 minute to read
The WPF Percent TextBox control restricts text box input to only double values and displays the value as a percentage, with support for data binding, watermark, null value, and culture. It provides many customization options to enhance the appearance and to suit the applications.
Control structure


Features
The core features of the WPF Percent TextBox are as follows:
- Provides the ability to control the range of the input values by using the MinValue and MaxValue properties.
- Provides different foreground brushes for positive, negative, and zero values using
PositiveForeground,NegativeForeground(ApplyNegativeForeground), andZeroColor(ApplyZeroColor) properties. - 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.