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

namespace TMPro
{
public class TextWrappingModes // TypeDefIndex: 9494
{
	// Fields
	type#20890 value__;
	type#27302 NoWrap;
	type#27302 Normal;
	type#27302 PreserveWhitespace;
	type#27302 PreserveWhitespaceNoWrap;
}
}
