PositionMode
An enumeration with possible position modes.
Absolute = 2
The position is relative to the upper drawing context.
Fixed = 3
The position is relative to the top drawing context.
Relative = 1
The position is relative to its determined one.
Static = 0
The position is determined by the renderer.
Sticky = 4
The position is either fixed or static depending on the viewport.