| Package | spark.components |
| Class | public class ArrowDirection |
| Inheritance | ArrowDirection Object |
| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.6 |
| Runtime Versions : | AIR 3 |
See also
| Constant | Defined By | ||
|---|---|---|---|
[static]
Arrow points down. | ArrowDirection | ||
[static]
Arrow points left. | ArrowDirection | ||
[static]
No arrow direciton. | ArrowDirection | ||
[static]
Arrow points right. | ArrowDirection | ||
[static]
Arrow points up. | ArrowDirection | ||
| Constant |
public static const DOWN:String = down| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.6 |
| Runtime Versions : | AIR 3 |
Arrow points down.
| Constant |
public static const LEFT:String = left| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.6 |
| Runtime Versions : | AIR 3 |
Arrow points left.
| Constant |
public static const NONE:String = none| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.6 |
| Runtime Versions : | AIR 3 |
No arrow direciton.
| Constant |
public static const RIGHT:String = right| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.6 |
| Runtime Versions : | AIR 3 |
Arrow points right.
| Constant |
public static const UP:String = up| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.6 |
| Runtime Versions : | AIR 3 |
Arrow points up.