Table of Contents

Class CenterContainer

A container that keeps child controls in its center.

Inheritance
CenterContainer

Remarks

CenterContainer is a container that keeps all of its child controls in its center at their minimum size.

See Also

Properties

use_top_left

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

var use_top_left : bool = false

Property Value

bool

Remarks

  • void set_use_top_left(bool value)
  • bool is_using_top_left