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

namespace UnityEngine.UIElements
{
public class BackgroundSize // TypeDefIndex: 5051
{
	// Fields
	type#14979 m_SizeType;
	type#21927 m_X;
	type#21927 m_Y;

	// Methods
	// RVA: -1
	public type#14978 get_sizeType() { }
	// RVA: -1
	public type#28660 set_sizeType(type#14978 value) { }
	// RVA: -1
	public type#21926 get_x() { }
	// RVA: -1
	public type#28660 set_x(type#21926 value) { }
	// RVA: -1
	public type#21926 get_y() { }
	// RVA: -1
	public type#28660 set_y(type#21926 value) { }
	// RVA: -1
	public type#28660 .ctor(type#21926 sizeX, type#21926 sizeY) { }
	// RVA: -1
	public type#28660 .ctor(type#14978 sizeType) { }
	// RVA: -1
	internal static type#14975 Initial() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#14975 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 op_Equality(type#14975 style1, type#14975 style2) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#14975 style1, type#14975 style2) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
