Gtk.Alignment.Xscale Property
Manage the horizontal expansion of the child widget.

Syntax

[GLib.Property("xscale")]
public float Xscale { set; get; }

Value

The current horizontal expansion of the child widget.

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)