Misc.yalign

float yalign() @property

Get yalign property.

Returns

The vertical alignment. A value of 0.0 means top alignment;

a value of 1.0 means bottom alignment.

Deprecated

Use [gtk.widget.Widget.setValign] instead. If you are using

#GtkLabel, use #GtkLabel:yalign instead.

void yalign(float propval) @property

Set yalign property.

Parameters

propvalThe vertical alignment. A value of 0.0 means top alignment; a value of 1.0 means bottom alignment.

Deprecated

Use [gtk.widget.Widget.setValign] instead. If you are using

#GtkLabel, use #GtkLabel:yalign instead.