Packagespark.components
Classpublic class ArrowDirection
InheritanceArrowDirection Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4.6
Runtime Versions : AIR 3

Enumeration of arrow directions for use in visual components.

See also

spark.components.Callout.arrowDirection


Public Constants
 ConstantDefined By
  AIR-only DOWN : String = down
[static] Arrow points down.
ArrowDirection
  AIR-only LEFT : String = left
[static] Arrow points left.
ArrowDirection
  AIR-only NONE : String = none
[static] No arrow direciton.
ArrowDirection
  AIR-only RIGHT : String = right
[static] Arrow points right.
ArrowDirection
  AIR-only UP : String = up
[static] Arrow points up.
ArrowDirection
Constant Detail
AIR-only DOWNConstant
public static const DOWN:String = down

Language Version : ActionScript 3.0
Product Version : Flex 4.6
Runtime Versions : AIR 3

Arrow points down.

AIR-only LEFTConstant 
public static const LEFT:String = left

Language Version : ActionScript 3.0
Product Version : Flex 4.6
Runtime Versions : AIR 3

Arrow points left.

AIR-only NONEConstant 
public static const NONE:String = none

Language Version : ActionScript 3.0
Product Version : Flex 4.6
Runtime Versions : AIR 3

No arrow direciton.

AIR-only RIGHTConstant 
public static const RIGHT:String = right

Language Version : ActionScript 3.0
Product Version : Flex 4.6
Runtime Versions : AIR 3

Arrow points right.

AIR-only UPConstant 
public static const UP:String = up

Language Version : ActionScript 3.0
Product Version : Flex 4.6
Runtime Versions : AIR 3

Arrow points up.