A type to indicate an anchor position.
Syntax
[GLib.GType(typeof(Gtk.AnchorTypeGType))]
public enum AnchorType
Remarks
Members
| Member Name | Description |
|---|
| Center | Indicates that an item should be centrally anchored. |
| North | Indicates that an item should be anchored to the north. |
| NorthWest | Indicates that an item should be anchored to the north west. |
| NorthEast | Indicates that an item should be anchored to the north east. |
| South | Indicates that an item should be anchored to the south. |
| SouthWest | Indicates that an item should be anchored to the south west. |
| SouthEast | Indicates that an item should be anchored to the south east. |
| West | Indicates that an item should be anchored to the left. |
| East | Indicates that an item should be anchored to the right. |
| N | An alias for the AnchorType.North value. |
| Nw | An alias for the AnchorType.NorthWest value. |
| Ne | An alias for the AnchorType.NorthEast value. |
| S | An alias for the AnchorType.South value. |
| Sw | An alias for the AnchorType.SouthWest value. |
| Se | An alias for the AnchorType.SouthEast value. |
| W | An alias for the AnchorType.West value. |
| E | An alias for the AnchorType.East value. |
Requirements
Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0