Packagefeathers.layout
Classpublic class RelativeDepth
InheritanceRelativeDepth Inheritance Object

Product Version : Feathers 3.0.0

Constants for positioning an item at a depth relative to another item's depth in a layout.



Public Constants
 ConstantDefined By
  ABOVE : String = "above"
[static] The item will be positioned above another item.
RelativeDepth
  BELOW : String = "below"
[static] The item will be positioned below another item.
RelativeDepth
Constant Detail
ABOVEConstant
public static const ABOVE:String = "above"

Product Version : Feathers 3.0.0

The item will be positioned above another item.

BELOWConstant 
public static const BELOW:String = "below"

Product Version : Feathers 3.0.0

The item will be positioned below another item.