ExportToHTML.UseForwardNbsp Property

T3000 CrossPlatform

ExportToHTMLUseForwardNbsp Property

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

Use nbsp; instead space in beginning of line

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

Dim instance As ExportToHTML
Dim value As Boolean

value = instance.UseForwardNbsp

instance.UseForwardNbsp = value

Property Value

Type: Boolean
See Also