Paket | mx.events |
Klass | public final class ScrollEventDirection |
Arv | ScrollEventDirection Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
direction
property
of a ScrollEvent.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [statisk]
The user scrolled horizontally. | ScrollEventDirection | ||
VERTICAL : String = "vertical" [statisk]
The user scrolled vertically. | ScrollEventDirection |
Konstantdetaljer
HORIZONTAL | Konstant |
public static const HORIZONTAL:String = "horizontal"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The user scrolled horizontally.
VERTICAL | Konstant |
public static const VERTICAL:String = "vertical"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The user scrolled vertically.
Tue Jun 12 2018, 01:40 PM Z