TextLineHasOverflowed Property
Gets a value that indicates whether content of the line overflows the specified paragraph width.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract bool HasOverflowed { get; }
Public MustOverride ReadOnly Property HasOverflowed As Boolean
Get
abstract HasOverflowed : bool with get
Return Value
Booleantrue, the line overflows the specified paragraph width; otherwise,
false.