FlexPosition
Enumerates values that control how layout coordinates are interpreted when specifying the positions of child elements.
Absolute = 1
Indicates that coordinates are given in device-independent pixels.
Relative = 0
Indicates that coordinates are values in the range [0,1], where 01 align the child element's left or right edge with the corresponding edge of the parent.