Defines if new lines are displayed as BRs or Ps

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

Syntax

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

Property Value

Type: Boolean

See Also