The amount to adjust the value either up or down toward the edge of the range.
The change in value by which the increment
and decrement buttons and arrow keys will
affect the curent value..
The maximum value for the range (defaults to 100).
The maximum value.
Implementation public function get maximum():Number public function set maximum(value:Number):void
minimum
property
minimum:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The minimum value for the range (defaults to 0).
The minimum value.
Implementation public function get minimum():Number public function set minimum(value:Number):void
snapInterval
property
snapInterval:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The modulus value for the range.
The interval that the value is rounded to
when the user is drag selecting the value
or entering an arbitrary value. For example,
if the snapInterval is 0.5, then only integers
and values endnig in 0.5 are selectable.
Implementation public function get snapInterval():Number public function set snapInterval(value:Number):void
stepSize
property
stepSize:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The amount to adjust the value either up or down toward the edge of the range.
The change in value by which the increment
and decrement buttons and arrow keys will
affect the curent value..
Implementation public function get stepSize():Number public function set stepSize(value:Number):void
Implementation public function set strand(value:IStrand):void
value
property
value:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The current value of the range, between the minimum and maximum values. Attempting
to set the value outside of the minimum-maximum range changes the value to still be
within the range. Note that the value is adjusted by the stepSize.
The current value.
Implementation public function get value():Number public function set value(value:Number):void