| Package | fl.controls |
| Class | public class ScrollBarDirection |
| Inheritance | ScrollBarDirection Object |
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
direction property of the ScrollBar component.
See also
| Constant | Defined By | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [static]
Indicates that the ScrollBar component instance is used for horizontal scrolling.
| ScrollBarDirection | ||
| VERTICAL : String = "vertical" [static]
Indicates that the ScrollBar component instance is used for vertical scrolling.
| ScrollBarDirection | ||
| HORIZONTAL | Constant |
public static const HORIZONTAL:String = "horizontal"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
Indicates that the ScrollBar component instance is used for horizontal scrolling.
| VERTICAL | Constant |
public static const VERTICAL:String = "vertical"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
Indicates that the ScrollBar component instance is used for vertical scrolling.