TextLineHasCollapsed Property

Gets a value that indicates whether the line is collapsed.

Definition

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

Return Value

Boolean
true, if the line is collapsed; otherwise, false.

See Also