enum EE::UI::CSSClear

#include <csslayouttypes.hpp>

enum CSSClear {
    None,
    Left,
    Right,
    Both,
};