Table of Contents

Property Style

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

Style

Gets or sets the style of the line. This controls the visual appearance of the line.

public LineStyle Style { get; set; }

Property Value

LineStyle

Remarks

Supports various line styles including Single, Double, Heavy, Rounded, Dashed, and Dotted. Note: This is separate from BorderStyle to avoid conflicts with the View's Border.