CenterContainer

Inherits: Container < Control < CanvasItem < Node < Object

Keeps children controls centered.

Description

CenterContainer keeps children controls centered. This container keeps all children to their minimum size, in the center.

Tutorials

Properties

bool

use_top_left

false


Property Descriptions

bool use_top_left = false

  • void set_use_top_left ( bool value )

  • bool is_using_top_left ( )

If true, centers children relative to the CenterContainer's top left corner.