Editor height - adjusts default content editor height

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

Syntax

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

Property Value

Type: Unit

See Also