[ CCode ( cprefix = "CLUTTER_ACTOR_ALIGN_" , type_id = "clutter_actor_align_get_type ()" ) ]
[ Version ( since = "1.10" ) ]
public enum ActorAlign
Controls how a Actor should align itself inside the extra space assigned to it during the allocation.
Alignment only matters if the allocated space given to an actor is bigger than its natural size; for example, when the
x_expand or the y_expand
properties of Actor are set to true
.