Efl.Gfx.Image.center_fill_mode

Description

Specifies how the center part of the object (not the borders) should be drawn when EFL is rendering it.

This function sets how the center part of the image object's source image is to be drawn, which must be one of the values in Efl.Gfx.Center_Fill_Mode. By center we mean the complementary part of that defined by Efl.Gfx.Image.border_insets.set. This is very useful for making frames and decorations. You would most probably also be using a filled image (as in Efl.Gfx.Fill.fill_auto) to use as a frame.

Since 1.23

Values

  • fill - Fill mode of the center region. The default behavior is to render and scale the center area, respecting its transparency.

Signature

@property center_fill_mode @pure_virtual {
    get {}
    set {}
    values {
        fill: Efl.Gfx.Center_Fill_Mode (Efl.Gfx.Center_Fill_Mode.default);
    }
}

C signature

Implemented by