Efl.Ui.Win.win_rotation

Description

The rotation of this window

The value will automatically change when the Window Manager of this window changes its rotation. This rotation is automatically applied to all Efl.Ui.Layout objects.

Since 1.22

Values

  • rotation - The rotation of the window

Signature

@property win_rotation @beta {
    get {}
    set {}
    values {
        rotation: int;
    }
}

C signature

int efl_ui_win_rotation_get(const Eo *obj);
void efl_ui_win_rotation_set(Eo *obj, int rotation);

Implemented by