CanvasAnchorType
Description:
[ CCode ( cprefix = "GOO_CANVAS_ANCHOR_" , type_id = "goo_canvas_anchor_type_get_type ()" ) ]
public enum CanvasAnchorType
GooCanvasAnchorType is used to specify the positions of objects relative to a particular anchor point.
Content:
Enum values:
- CENTER - the anchor is in the
center of the object.
- E - see GOO_CANVAS_ANCHOR_EAST.
- EAST - the anchor is on the
right of the object, centered vertically.
- N - see GOO_CANVAS_ANCHOR_NORTH.
- NE - see
GOO_CANVAS_ANCHOR_NORTH_EAST.
- NORTH - the anchor is at the
top of the object, centered horizontally.
- NORTH_EAST - the anchor is
at the top-right of the object.
- NORTH_WEST - the anchor is
at the top-left of the object.
- NW - see
GOO_CANVAS_ANCHOR_NORTH_WEST.
- S - see GOO_CANVAS_ANCHOR_SOUTH.
- SE - see
GOO_CANVAS_ANCHOR_SOUTH_EAST.
- SOUTH - the anchor is at the
bottom of the object, centered horizontally.
- SOUTH_EAST - the anchor is
at the bottom-right of the object.
- SOUTH_WEST - the anchor is
at the bottom-left of the object.
- SW - see
GOO_CANVAS_ANCHOR_SOUTH_WEST.
- W - see GOO_CANVAS_ANCHOR_WEST.
- WEST - the anchor is on the left
of the object, centered vertically.