ExportToHTML.UseBr Property

T3000 CrossPlatform

ExportToHTMLUseBr Property

[This is preliminary documentation and is subject to change.]

Use 'br' tag instead of '\n'

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool UseBr { get; set; }
Public Property UseBr As Boolean
	Get
	Set

Dim instance As ExportToHTML
Dim value As Boolean

value = instance.UseBr

instance.UseBr = value

Property Value

Type: Boolean
See Also