Efl.Gfx.Image.can_upscale

Description

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

Since 1.23

Values

  • upscale - Whether to allow image upscaling.

Signature

@property can_upscale @pure_virtual {
    get {}
    set {}
    values {
        upscale: bool (true);
    }
}

C signature

Eina_Bool efl_gfx_image_can_upscale_get(const Eo *obj);
void efl_gfx_image_can_upscale_set(Eo *obj, Eina_Bool upscale);

Implemented by