Initializes a new instance of the Progressbar 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 Progressbar(
	string name,
	int x,
	int y,
	int width,
	int height,
	long minimum,
	long maximum,
	long value
)

Parameters

name
Type: System..::..String

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

x
Type: System..::..Int32

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

y
Type: System..::..Int32

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

width
Type: System..::..Int32

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

height
Type: System..::..Int32

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

minimum
Type: System..::..Int64

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

maximum
Type: System..::..Int64

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

value
Type: System..::..Int64

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

See Also