| Pakiet | spark.components |
| Klasa | public final class ScrollSnappingMode |
| Dziedziczenie | ScrollSnappingMode Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.6 |
| Wersje środowiska wykonawczego: | AIR 3 |
scrollSnappingMode property of the List and Scroller classes.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| CENTER : String = "center" [statyczny]
Elements are snapped to the center of the viewport. | ScrollSnappingMode | ||
| LEADING_EDGE : String = "leadingEdge" [statyczny]
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport. | ScrollSnappingMode | ||
| NONE : String = "none" [statyczny]
Scroll snapping is off. | ScrollSnappingMode | ||
| TRAILING_EDGE : String = "trailingEdge" [statyczny]
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. | ScrollSnappingMode | ||
Szczegół stałej
CENTER | Stała |
public static const CENTER:String = "center"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.6 |
| Wersje środowiska wykonawczego: | AIR 3 |
Elements are snapped to the center of the viewport.
LEADING_EDGE | Stała |
public static const LEADING_EDGE:String = "leadingEdge"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.6 |
| Wersje środowiska wykonawczego: | AIR 3 |
Elements are snapped to the left (horizontal) or top (vertical) edge of the viewport.
NONE | Stała |
public static const NONE:String = "none"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.6 |
| Wersje środowiska wykonawczego: | AIR 3 |
Scroll snapping is off.
TRAILING_EDGE | Stała |
public static const TRAILING_EDGE:String = "trailingEdge"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.6 |
| Wersje środowiska wykonawczego: | AIR 3 |
Elements are snapped to the right (horizontal) or bottom (vertical) edge of the viewport.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne