Packagemx.controls
Classpublic class VSlider
InheritanceVSlider Inheritance mx.controls.sliderClasses.Slider

The VSlider control lets users select a value by moving a slider thumb between the end points of the slider track. The current value of the slider is determined by the relative location of the thumb between the end points of the slider, corresponding to the slider's minimum and maximum values.

The slider may allow a continuous range of values between its minimum and maximum values, or it may be restricted to values at concrete intervals between the minimum and maximum value. It may show tick marks at specified intervals along the track. These tick marks are independent of the allowed values of the slider. It may also use a data tip to display its current value.

The VSlider has a vertical orientation. The slider track stretches from bottom to top, and the labels and tick marks are placed to the left or right of the track.

The VSlider control has the following default characteristics:

Characteristic Description
Default size 250 pixels high, wide enough to hold the slider and any associated labels
Minimum size None
Maximum size None

MXML Syntaxexpanded Hide MXML Syntax

The <mx:VSlider> tag inherits all of the tag attributes of its superclass, and adds the following tag attribute:

  <mx:VSlider
    Styles
    dataTipPlacement="top"
  />
  

See also

mx.controls.HSlider
mx.controls.sliderClasses.Slider
mx.controls.sliderClasses.SliderThumb
mx.controls.sliderClasses.SliderDataTip
mx.controls.sliderClasses.SliderLabel


Public Methods
 MethodDefined by
  
Constructor.
VSlider
Styles
 StyleDescriptionDefined by
  
dataTipPlacement
Type: String   CSS Inheritance: no
The location of the data tip relative to the thumb. Possible values are "left", "right", "top", and "bottom". The default value is "left".
VSlider
Constructor detail
VSlider()constructor
public function VSlider()

Constructor.