HasOverflowed 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)
- C#
- VB
- F#
public abstract bool HasOverflowed { get; }
Public MustOverride ReadOnly Property HasOverflowed As Boolean
Get
abstract HasOverflowed : bool with get
Return Value
Boolean
true
, the line overflows the specified paragraph width; otherwise, false
.