包 | fl.controls |
类 | public class ScrollBarDirection |
继承 | ScrollBarDirection Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
direction
属性值。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [静态]
指示 ScrollBar 组件实例用于水平滚动。 | ScrollBarDirection | ||
VERTICAL : String = "vertical" [静态]
指示 ScrollBar 组件实例用于垂直滚动。 | ScrollBarDirection |
常量详细信息
HORIZONTAL | 常量 |
public static const HORIZONTAL:String = "horizontal"
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
指示 ScrollBar 组件实例用于水平滚动。
VERTICAL | 常量 |
public static const VERTICAL:String = "vertical"
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
指示 ScrollBar 组件实例用于垂直滚动。
Tue Jun 12 2018, 11:04 AM Z