Button.yalign

Get yalign property.

More...
  1. float yalign [@property getter]
    class Button
    @property
    float
    yalign
    ()
  2. float yalign [@property setter]

Return Value

Type: float

If the child of the button is a #GtkMisc or #GtkAlignment, this property can be used to control its vertical alignment. 0.0 is top aligned, 1.0 is bottom aligned.

Detailed Description

Deprecated: Access the child widget directly if you need to control its alignment.