set_yalign


Description:

public void set_yalign (float yalign)

Sets the vertical alignment, from 0 (top) to 1 (bottom).

Note:

See [the migration guide](migrating-to-breakpoints.html#replace-adwsqueezer)

This affects the children allocation during transitions, when they exceed the size of the squeezer.

For example, 0.5 means the child will be centered, 0 means it will keep the top side aligned and overflow the bottom side, and 1 means the opposite.

Parameters:

this

a squeezer

yalign

the new alignment value