Gtk.AnchorType Enumeration
A type to indicate an anchor position.

Syntax

[GLib.GType(typeof(Gtk.AnchorTypeGType))]
public enum AnchorType

Remarks

Anchors are used to ensure that items, (such as a Gnome.CanvasWidget , Gnome.CanvasText or Gnome.CanvasPixbuf), are anchored to their container from a certain direction.

Members

Member NameDescription
CenterIndicates that an item should be centrally anchored.
NorthIndicates that an item should be anchored to the north.
NorthWestIndicates that an item should be anchored to the north west.
NorthEastIndicates that an item should be anchored to the north east.
SouthIndicates that an item should be anchored to the south.
SouthWestIndicates that an item should be anchored to the south west.
SouthEastIndicates that an item should be anchored to the south east.
WestIndicates that an item should be anchored to the left.
EastIndicates that an item should be anchored to the right.
NAn alias for the AnchorType.North value.
NwAn alias for the AnchorType.NorthWest value.
NeAn alias for the AnchorType.NorthEast value.
SAn alias for the AnchorType.South value.
SwAn alias for the AnchorType.SouthWest value.
SeAn alias for the AnchorType.SouthEast value.
WAn alias for the AnchorType.West value.
EAn alias for the AnchorType.East value.

Requirements

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