Label.yalign

Set yalign property.

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

Parameters

propval float

The vertical alignment of the label text inside its size allocation.

Compare this to gtk.widget.Widget.valign, which determines how the labels size allocation is positioned in the space available for the label.