Efl.Gfx.Image_Orientable.image_orientation

Description

Control the orientation (rotation and flipping) of a visual object.

This can be used to set the rotation on an image or a window, for instance.

Since 1.23

Values

  • dir - The final orientation of the object.

Signature

@property image_orientation @pure_virtual {
    get {}
    set {}
    values {
        dir: Efl.Gfx.Image_Orientation (Efl.Gfx.Image_Orientation.none);
    }
}

C signature

Implemented by