Editor width - adjusts default content editor width

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

Syntax

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

Property Value

Type: Unit

See Also