Gtk.Alignment.Xalign Property
Manage the horizontal alignment of the child widget.

Syntax

[GLib.Property("xalign")]
public float Xalign { set; get; }

Value

The child widget's current horizontal alignment.

Remarks

This property is a value between 0 and 1, where 0 indicates no child expansion, and 1 indicates the child expands to fill the Alignment's allocated horizontal size.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)