Initializes a new instance of the Slider class

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public Slider(
	string name,
	int x,
	int y,
	int width,
	int height,
	Orientation orientation,
	int gripSize,
	int minimum = 0,
	int maximum = 100,
	int value = 0
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: System..::..Int32

[Missing <param name="y"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: System..::..Int32

[Missing <param name="width"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: System..::..Int32

[Missing <param name="height"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

orientation
Type: Skewworks.NETMF..::..Orientation

[Missing <param name="orientation"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

gripSize
Type: System..::..Int32

[Missing <param name="gripSize"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

minimum (Optional)
Type: System..::..Int32

[Missing <param name="minimum"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

maximum (Optional)
Type: System..::..Int32

[Missing <param name="maximum"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

value (Optional)
Type: System..::..Int32

[Missing <param name="value"/> documentation for "M:Skewworks.NETMF.Controls.Slider.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also