Table of Contents

Class Line

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Draws a single line using the LineStyle specified by BorderStyle.

public class Line : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
Inheritance
Line
Implements
Inherited Members

Constructors

Line()

Constructs a Line object.

Properties

Orientation

The direction of the line. If you change this you will need to manually update the Width/Height of the control to cover a relevant area based on the new direction.

Methods

OnDrawContent(Rectangle)

Draws the view's content, including Subviews.