Get or set Upload module height

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Unit Height { get; set; }
Visual Basic
Public Property Height As Unit
	Get
	Set
Visual C++
public:
property Unit Height {
	Unit get ();
	void set (Unit value);
}
F#
member Height : Unit with get, set

Property Value

Type: Unit

See Also