Table of Contents

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

type CliFrameLineType
column int
row int
length int
style CliFrameSegment
charStyle CliCharStyle?

Properties

CharStyle

Optional character style for the frame glyphs.
public CliCharStyle? CharStyle { get; init; }

Property Value

CliCharStyle?

Column

Start column.
public int Column { get; init; }

Property Value

int

Length

Line length in grid cells.
public int Length { get; init; }

Property Value

int

Row

Start row.
public int Row { get; init; }

Property Value

int

Style

Frame segment style.
public CliFrameSegment Style { get; init; }

Property Value

CliFrameSegment

Type

Logical line type or edge.
public CliFrameLineType Type { get; init; }

Property Value

CliFrameLineType