Squeezer.yalign

Set yalign property.

More...
  1. float yalign [@property getter]
  2. float yalign [@property setter]
    class Squeezer
    @property
    void
    yalign
    (
    float propval
    )

Parameters

propval float

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

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.

Detailed Description

Deprecated: See the migration guide