ContentGravity
Description:
[ CCode ( cprefix = "CLUTTER_CONTENT_GRAVITY_" , type_id = "clutter_content_gravity_get_type ()" ) ]
[ Version ( since = "1.10" ) ]
public enum ContentGravity
Content:
Enum values:
- BOTTOM - Align the content to
the bottom edge
- BOTTOM_LEFT - Align the
content to the bottom left corner
- BOTTOM_RIGHT - Align the
content to the bottom right corner
- CENTER - Align the content to
the center
- LEFT - Align the content to the
left edge
- RESIZE_ASPECT - Resize
the content to remain within the allocation, while maintaining the aspect ratio
- RESIZE_FILL - Resize the
content to fill the allocation
- RIGHT - Align the content to
the right edge
- TOP - Align the content to the
top edge
- TOP_LEFT - Align the content
to the top left corner
- TOP_RIGHT - Align the
content to the top right corner