class
VSlider
extends 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 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.
MXML Syntax
The <mx:VSlider> tag inherits all the properties of its parent classes, and the following properties:
Type:
String
CSS Inheritance:
no The location of the tooltip relative to the thumb. Possible values are left, right, top, and bottom. Default value is left.