enum ui.FrameShadow

enum FrameShadow {
    Plain  = 0x10,
    Raised = 0x20,
    Sunken = 0x30,
};