// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Layout.LayoutAlign

namespace UnityEngine.UIElements.Layout
{
public class LayoutAlign // TypeDefIndex: 6472
{
	// Fields
	type#20890 value__;
	type#21799 Auto;
	type#21799 FlexStart;
	type#21799 Center;
	type#21799 FlexEnd;
	type#21799 Stretch;
	type#21799 Baseline;
	type#21799 SpaceBetween;
	type#21799 SpaceAround;
}
}
