This class stores the different values for the type of the position, relative or absolute.
1.0
Marcos
LayoutManager, LayoutLayer, LayoutItem, LayoutOrientation, LayoutPosition
| com. | This class stores the different values for the type of the position, relative or absolute. |
| Variables | |
| ABSOLUTE | Indicates that the coordinates of the layer are taken in pixels from the origin of the Stage or Layer |
| RELATIVE | Indicates that the coordinates of the layer are taken as a percent relative to the whole Stage or Layer |
Indicates that the coordinates of the layer are taken in pixels from the origin of the Stage or Layer
public static var ABSOLUTE: String
Indicates that the coordinates of the layer are taken as a percent relative to the whole Stage or Layer
public static var RELATIVE: String