FileTextSource.SaveEOL Property

T3000 CrossPlatform

FileTextSourceSaveEOL Property

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

End Of Line characters used for saving

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

Dim instance As FileTextSource
Dim value As String

value = instance.SaveEOL

instance.SaveEOL = value

Property Value

Type: String
See Also