Gtk
SizeGroup
Mode
Gtk.SizeGroup.Mode Property
Sets a mode to determine which direction this SizeGroup controls.
Syntax
[GLib.Property("mode")]
public
SizeGroupMode
Mode
{ set; get; }
Value
The current 'mode' that indicates the direction this SizeGroup ties together.
Remarks
The mode of the size group determines whether the widgets in the SizeGroup should all have the same
SizeGroupMode.Horizontal
or
SizeGroupMode.Vertical
requisition, or should all have the same requisition in
SizeGroupMode.Both
directions.
Requirements
Namespace:
Gtk
Assembly:
gtk-sharp (in gtk-sharp.dll)