NewLineLength Property
Gets the number of newline characters at the end of a line.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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.