Packagespark.components
Classpublic final class CalloutPosition
InheritanceCalloutPosition Inheritance Object

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

The CalloutPosition calss defines the enumeration of horizontal and vertical positions of the Callout component relative to the owner.

See also

spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition


Public Constants
 ConstantDefined By
  AIR-only AFTER : String = after
[static] Position the leading edge of the callout after the trailing edge of the owner.
CalloutPosition
  AIR-only AUTO : String = auto
[static] Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.
CalloutPosition
  AIR-only BEFORE : String = before
[static] Position the trailing edge of the callout before the leading edge of the owner.
CalloutPosition
  AIR-only END : String = end
[static] Position the trailing edge of the callout at the trailing edge of the owner.
CalloutPosition
  AIR-only MIDDLE : String = middle
[static] Position the horizontalCenter of the callout to the horizontalCenter of the owner.
CalloutPosition
  AIR-only START : String = start
[static] Position the leading edge of the callout at the leading edge of the owner.
CalloutPosition
Constant Detail
AIR-only AFTERConstant
public static const AFTER:String = after

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

Position the leading edge of the callout after the trailing edge of the owner.

AIR-only AUTOConstant 
public static const AUTO:String = auto

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

Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.

AIR-only BEFOREConstant 
public static const BEFORE:String = before

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

Position the trailing edge of the callout before the leading edge of the owner.

AIR-only ENDConstant 
public static const END:String = end

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

Position the trailing edge of the callout at the trailing edge of the owner.

AIR-only MIDDLEConstant 
public static const MIDDLE:String = middle

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

Position the horizontalCenter of the callout to the horizontalCenter of the owner.

AIR-only STARTConstant 
public static const START:String = start

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

Position the leading edge of the callout at the leading edge of the owner.