Gtk.Alignment.Yscale Property
Manage the vertical expansion of the child widget.

Syntax

[GLib.Property("yscale")]
public float Yscale { set; get; }

Value

The current vertical 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 vertical size.

Requirements

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