~~Title: Efl.Gfx.Image.can_downscale~~ ====== 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// {{page>:develop:api-include:efl:gfx:image:property:can_downscale:description&nouser&nolink&nodate}} ===== 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 ===== * [[:develop:api:efl:gfx:image:property:can_downscale|Efl.Gfx.Image.can_downscale]] * [[:develop:api:efl:ui:image:property:can_downscale|Efl.Ui.Image.can_downscale]]