Efl.Gfx.Image.can_downscale

Description

If true, the image may be scaled to a smaller size. If false, the image will never be resized smaller than its native size.

Since 1.23

Values

  • downscale - Whether to allow image downscaling.

Signature

@property can_downscale @pure_virtual {
    get {}
    set {}
    values {
        downscale: bool (true);
    }
}

C signature

Eina_Bool efl_gfx_image_can_downscale_get(const Eo *obj);
void efl_gfx_image_can_downscale_set(Eo *obj, Eina_Bool downscale);

Implemented by