enum ui.BoxLayout.Direction

enum Direction {
    LeftToRight,
    RightToLeft,
    TopToBottom,
    BottomToTop,
};