Click or drag to resize

AspectRatioContainerAlignMode Enumeration

[Missing <summary> documentation for "T:Godot.AspectRatioContainer.AlignMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum AlignMode
Members
  Member nameValueDescription
Begin0

Aligns child controls with the beginning (left or top) of the container.

Center1

Aligns child controls with the center of the container.

End2

Aligns child controls with the end (right or bottom) of the container.

See Also