// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Justify

namespace UnityEngine.UIElements
{
public class Justify // TypeDefIndex: 6051
{
	// Fields
	type#20890 value__;
	type#21395 FlexStart;
	type#21395 Center;
	type#21395 FlexEnd;
	type#21395 SpaceBetween;
	type#21395 SpaceAround;
	type#21395 SpaceEvenly;
}
}
