Table of Contents

Efl.Ui.Popup.align

Description

The align property specifies a Popup's current positioning relative to its anchor.

When set, this property will override any user-provided value for the widget's Efl.Gfx.Entity.position property.

Since 1.23

Values

Signature

@property align {
    get {}
    set {}
    values {
        type: Efl.Ui.Popup_Align;
    }
}

C signature

Efl_Ui_Popup_Align efl_ui_popup_align_get(const Eo *obj);
void efl_ui_popup_align_set(Eo *obj, Efl_Ui_Popup_Align type);

Implemented by