TextLineTrailingWhitespaceLength Property
Gets the number of whitespace code points beyond the last non-blank character in a line.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract int TrailingWhitespaceLength { get; }
Public MustOverride ReadOnly Property TrailingWhitespaceLength As Integer
Get
abstract TrailingWhitespaceLength : int with get
Return Value
Int32
The number of whitespace code points beyond the last non-blank character in a line.