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

namespace UnityEngine.UIElements.Layout
{
public class LayoutJustify // TypeDefIndex: 6478
{
	// Fields
	type#20890 value__;
	type#21843 FlexStart;
	type#21843 Center;
	type#21843 FlexEnd;
	type#21843 SpaceBetween;
	type#21843 SpaceAround;
	type#21843 SpaceEvenly;
}
}
