TextLineHasOverflowed Property

Gets a value that indicates whether content of the line overflows the specified paragraph width.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract bool HasOverflowed { get; }

Return Value

Boolean
true, the line overflows the specified paragraph width; otherwise, false.

See Also