enum EE::UI::CSSPosition

#include <csslayouttypes.hpp>

enum CSSPosition {
    Static,
    Relative,
    Absolute,
    Fixed,
    Sticky,
};