Value Property (FlexNumericStepper)

Action

Gets the value displayed in the text area of the NumericStepper control.

If a user enters number that is not a multiple of the stepSize property or is not in the range between the maximum and minimum properties, this property is set to the closest valid value.

The default value is 0.

Syntax

'Declaration
Protected Read Property value As Double

Access

Read only.