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

namespace UnityEngine.UIElements
{
public class StyleValueKeyword // TypeDefIndex: 6118
{
	// Fields
	type#20890 value__;
	type#26766 Inherit;
	type#26766 Initial;
	type#26766 Auto;
	type#26766 Unset;
	type#26766 True;
	type#26766 False;
	type#26766 None;
	type#26766 Cover;
	type#26766 Contain;
}
}
