This layout align his children to a border or a center: top, left, center, right...
Bases: kivy.uix.layout.Layout
Anchor layout class. See module documentation for more informations.
Horizontal anchor.
anchor_x is an OptionProperty, default to ‘center’. Can take a value of ‘left’, ‘center’ or ‘right’
Vertical anchor.
anchor_y is an OptionProperty, default to ‘center’. Can take a value of ‘top’, ‘center’ or ‘bottom’
Padding between widget box and children, in pixels.
padding is a NumericProperty, default to 0.