Class CliFrameLine
- Namespace
- ItTiger.TigerCli.Primitives
- Assembly
- ItTiger.TigerCli.dll
A frame line scheduled inside a frame area.
public class CliFrameLine
- Inheritance
-
CliFrameLine
- Inherited Members
Constructors
CliFrameLine(CliFrameLineType, int, int, int, CliFrameSegment, CliCharStyle?)
A frame line scheduled inside a frame area.
public CliFrameLine(CliFrameLineType type, int column, int row, int length, CliFrameSegment style, CliCharStyle? charStyle = null)
Parameters
typeCliFrameLineTypecolumnintrowintlengthintstyleCliFrameSegmentcharStyleCliCharStyle?
Properties
CharStyle
Optional character style for the frame glyphs.
public CliCharStyle? CharStyle { get; init; }
Property Value
Column
Start column.
public int Column { get; init; }
Property Value
Length
Line length in grid cells.
public int Length { get; init; }
Property Value
Row
Start row.
public int Row { get; init; }
Property Value
Style
Frame segment style.
public CliFrameSegment Style { get; init; }
Property Value
Type
Logical line type or edge.
public CliFrameLineType Type { get; init; }