Packageflexlib.controls.sliderClasses
Classpublic class SliderThumb
InheritanceSliderThumb Inheritance mx.controls.Button

The SliderThumb class represents a thumb of a Slider control. The SliderThumb class can only be used within the context of a Slider control. You can create a subclass of the SliderThumb class, and use it with a Slider control by setting the <codeph>sliderThumbClass</codeph> property of the Slider control to your subclass.

See also

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


Public Properties
 PropertyDefined By
  xPosition : Number
Specifies the position of the center of the thumb on the x-axis.
SliderThumb
Public Methods
 MethodDefined By
  
Constructor.
SliderThumb
Property Detail
xPositionproperty
xPosition:Number

Specifies the position of the center of the thumb on the x-axis.


Implementation
    public function get xPosition():Number
    public function set xPosition(value:Number):void
Constructor Detail
SliderThumb()Constructor
public function SliderThumb()

Constructor.