Class TuiVerticalLine
- Namespace
- AshConsoleGraphics
- Assembly
- AshConsoleGraphics.dll
Straight vertical line
public class TuiVerticalLine : TuiElement, ILineElement
- Inheritance
-
TuiVerticalLine
- Implements
- Inherited Members
Constructors
TuiVerticalLine(int, char, Placement, int, int, CharFormat?)
Initializes a new line
public TuiVerticalLine(int ys, char c, Placement p, int x, int y, CharFormat? f = null)
Parameters
Properties
Char
The carachter the line uses
public char Char { get; set; }
Property Value
Format
Charachter format
public CharFormat? Format { get; set; }
Property Value
Ysize
public int Ysize { get; set; }
Property Value
Methods
GenerateBitBuffer()
public BitBuffer GenerateBitBuffer()
Returns
GenerateBuffer()
The method that generates the element's buffer
protected override Buffer GenerateBuffer()