Alignment.yscale

Get yscale property.

More...
  1. float yscale [@property getter]
    class Alignment
    @property
    float
    yscale
    ()
  2. float yscale [@property setter]

Return Value

Type: float

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.

Detailed Description

Deprecated: Use gtk.widget.Widget.setVexpand on the child instead