Class ActivityCellSpec
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
Element
The element rendered in this cell.
public ActivityElement Element { get; }
Property Value
Span
Number of columns the cell spans (>= 1).
public int Span { get; }