Table of Contents

Property InheritsPreviousAttribute

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

InheritsPreviousAttribute

If true and the current Attribute is null will inherit from the previous, otherwise if false (default) do nothing. If the text is load with Load(List<Cell>) this property is automatically sets to true.

public bool InheritsPreviousAttribute { get; set; }

Property Value

bool