NumericStepper.minimum

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

stepperInstance.minimum

Description

Property; the minimum range value of the stepper. This property can contain a number with up to three decimal places. The default value is 0.

Example

The following example sets the minimum value of the stepper range to 100:

myStepper.minimum = 100;

See also

NumericStepper.maximum