Alignment.yalign

float yalign() @property

Get yalign property.

Returns

Vertical position of child in available space. A value of 0.0

will flush the child to the top; a value of 1.0 will flush the child to the bottom.

Deprecated

Use [gtk.widget.Widget.setValign] on the child instead
void yalign(float propval) @property

Set yalign property.

Parameters

propvalVertical position of child in available space. A value of 0.0 will flush the child to the top; a value of 1.0 will flush the child to the bottom.

Deprecated

Use [gtk.widget.Widget.setValign] on the child instead