enum axl::gui::Orientation

#include <axl_gui_Def.h>

enum Orientation
{
    Orientation_Vertical   = 0,
    Orientation_Horizontal,
};