Table of Contents

Class ActivityCellSpec

Namespace
ItTiger.TigerCli.Tui.Activity
Assembly
ItTiger.TigerCli.dll
Immutable placement of one ActivityElement within a row: the anchor Column and how many columns it Spans. Spanning belongs to the cell, not the row.
public sealed class ActivityCellSpec
Inheritance
ActivityCellSpec
Inherited Members

Properties

Column

Anchor column index.
public int Column { get; }

Property Value

int

Element

The element rendered in this cell.
public ActivityElement Element { get; }

Property Value

ActivityElement

Span

Number of columns the cell spans (>= 1).
public int Span { get; }

Property Value

int