Skip to content

Number

This control consists of a pair of buttons, often labeled with a plus(+) and minus(-) sign, allowing users to increment or decrement the displayed numeric value. Additionally, users can directly input a numeric value into control.

  • Applicable List of Control Attributes
  1. Min: Sets the minimum value that can be entered in the Number Control. The minimum and default values are 0.

  2. Max: Sets the maximum value that can be entered in the Number Control. The default value is 1000.

  3. Step: Sets the increment/decrement value for the Number Control. The default value is 1.

  4. Label: Configures the screen display status, location, and tooltip of the component label.

  5. Translate: Configures whether to convert to multiple languages(translation purpose).

  6. Style – Font: Configures the font for the string or text.

  7. Style– Text Color: Configures the color for the text.

  8. Style– Flat Appearance: Configures properties related to the border, such as its width, color, and other settings.

  9. Style– Background Color: Configures the background color of the component.