Alignment.yscale

float yscale() @property

Get yscale property.

Returns

If available vertical space is bigger than needed, how much

of it to use for the child. A value of 0.0 means none; a value of 1.0 means all.

Deprecated

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

Set yscale property.

Parameters

propvalIf available vertical space is bigger than needed, how much of it to use for the child. A value of 0.0 means none; a value of 1.0 means all.

Deprecated

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