// Assembly: Unity.TextMeshPro
// Full name: TMPro.TextAlignmentOptions

namespace TMPro
{
public class TextAlignmentOptions // TypeDefIndex: 9487
{
	// Fields
	type#20890 value__;
	type#27119 TopLeft;
	type#27119 Top;
	type#27119 TopRight;
	type#27119 TopJustified;
	type#27119 TopFlush;
	type#27119 TopGeoAligned;
	type#27119 Left;
	type#27119 Center;
	type#27119 Right;
	type#27119 Justified;
	type#27119 Flush;
	type#27119 CenterGeoAligned;
	type#27119 BottomLeft;
	type#27119 Bottom;
	type#27119 BottomRight;
	type#27119 BottomJustified;
	type#27119 BottomFlush;
	type#27119 BottomGeoAligned;
	type#27119 BaselineLeft;
	type#27119 Baseline;
	type#27119 BaselineRight;
	type#27119 BaselineJustified;
	type#27119 BaselineFlush;
	type#27119 BaselineGeoAligned;
	type#27119 MidlineLeft;
	type#27119 Midline;
	type#27119 MidlineRight;
	type#27119 MidlineJustified;
	type#27119 MidlineFlush;
	type#27119 MidlineGeoAligned;
	type#27119 CaplineLeft;
	type#27119 Capline;
	type#27119 CaplineRight;
	type#27119 CaplineJustified;
	type#27119 CaplineFlush;
	type#27119 CaplineGeoAligned;
	type#27119 Converted;
}
}
