HasCollapsed Property
Gets a value that indicates whether the line is collapsed.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract bool HasCollapsed { get; }
Public MustOverride ReadOnly Property HasCollapsed As Boolean
Get
abstract HasCollapsed : bool with get
Return Value
Boolean
true
, if the line is collapsed; otherwise, false
.