struct EE::UI::MarginAuto

#include <uiwidget.hpp>

struct MarginAuto {
    // fields

    static constexpr auto Left =(1<<0);
    static constexpr auto Right =(1<<1);
    static constexpr auto Top =(1<<2);
    static constexpr auto Bottom =(1<<3);
};