TextLine.HasCollapsed Property

Definition

Gets a value that indicates whether the line is collapsed.

public:
 abstract property bool HasCollapsed { bool get(); };
public abstract bool HasCollapsed { get; }
member this.HasCollapsed : bool
Public MustOverride ReadOnly Property HasCollapsed As Boolean

Property Value

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

Applies to