// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.ILayoutElement

namespace UnityEngine.UI
{
public class ILayoutElement // TypeDefIndex: 10679
{

	// Methods
	// RVA: -1
	public abstract type#28660 CalculateLayoutInputHorizontal() { }
	// RVA: -1
	public abstract type#28660 CalculateLayoutInputVertical() { }
	// RVA: -1
	public abstract type#26059 get_minWidth() { }
	// RVA: -1
	public abstract type#26059 get_preferredWidth() { }
	// RVA: -1
	public abstract type#26059 get_flexibleWidth() { }
	// RVA: -1
	public abstract type#26059 get_minHeight() { }
	// RVA: -1
	public abstract type#26059 get_preferredHeight() { }
	// RVA: -1
	public abstract type#26059 get_flexibleHeight() { }
	// RVA: -1
	public abstract type#20867 get_layoutPriority() { }
}
}
