Table of Contents

Property LineAttribute

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

LineAttribute

Gets or sets an optional Attribute used to render the line.

public Attribute? LineAttribute { get; set; }

Property Value

Attribute?

Remarks

When null (the default), the line is drawn using GetAttributeForRole(VisualRole) with Normal. Set this to override the scheme-derived colors and text style.