TextLineHasCollapsed Property
Gets a value that indicates whether the line is collapsed.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract bool HasCollapsed { get; }
Public MustOverride ReadOnly Property HasCollapsed As Boolean
Get
abstract HasCollapsed : bool with get
Return Value
Booleantrue, if the line is collapsed; otherwise,
false.