TextLineNewLineLength Property
Gets the number of newline characters at the end of a line.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract int NewLineLength { get; }
Public MustOverride ReadOnly Property NewLineLength As Integer
Get
abstract NewLineLength : int with get
Return Value
Int32
The number of newline characters.