~~Title: Efl.Ui.Popup.align~~ ====== 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 %%[[:develop:api:efl:gfx:entity:property:position|Efl.Gfx.Entity.position]]%% property.%% //Since 1.23// {{page>:develop:api-include:efl:ui:popup:property:align:description&nouser&nolink&nodate}} ===== Values ===== * **type** - %%Alignment of the Popup relative to its anchor. The default is %%[[:develop:api:efl:ui:popup_align|Efl.Ui.Popup_Align.none]]%%.%% ===== 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 ===== * [[:develop:api:efl:ui:popup:property:align|Efl.Ui.Popup.align]]