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

namespace UnityEngine.UIElements
{
public class Scroller // TypeDefIndex: 5343
{
	// Fields
	type#15241 valueProperty;
	type#15241 lowValueProperty;
	type#15241 highValueProperty;
	type#15241 directionProperty;
	type#3330 valueChanged;
	type#26111 <slider>k__BackingField;
	type#25308 <lowButton>k__BackingField;
	type#25308 <highButton>k__BackingField;
	type#26592 ussClassName;
	type#26592 horizontalVariantUssClassName;
	type#26592 verticalVariantUssClassName;
	type#26592 sliderUssClassName;
	type#26592 lowButtonUssClassName;
	type#26592 highButtonUssClassName;

	// Methods
	// RVA: -1
	public type#28660 add_valueChanged(type#3329 value) { }
	// RVA: -1
	public type#28660 remove_valueChanged(type#3329 value) { }
	// RVA: -1
	public type#26110 get_slider() { }
	// RVA: -1
	public type#25307 get_lowButton() { }
	// RVA: -1
	public type#25307 get_highButton() { }
	// RVA: -1
	public type#26059 get_value() { }
	// RVA: -1
	public type#28660 set_value(type#26059 value) { }
	// RVA: -1
	public type#26059 get_lowValue() { }
	// RVA: -1
	public type#28660 set_lowValue(type#26059 value) { }
	// RVA: -1
	public type#26059 get_highValue() { }
	// RVA: -1
	public type#28660 set_highValue(type#26059 value) { }
	// RVA: -1
	public type#26112 get_direction() { }
	// RVA: -1
	public type#28660 set_direction(type#26112 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#26059 lowValue, type#26059 highValue, type#3329 valueChanged, type#26114 direction) { }
	// RVA: -1
	public type#28660 Adjust(type#26059 factor) { }
	// RVA: -1
	private type#28660 OnSliderValueChange(type#4132 evt) { }
	// RVA: -1
	public type#28660 ScrollPageUp() { }
	// RVA: -1
	public type#28660 ScrollPageDown() { }
	// RVA: -1
	public type#28660 ScrollPageUp(type#26059 factor) { }
	// RVA: -1
	public type#28660 ScrollPageDown(type#26059 factor) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
