Class MeasuredListCell
public record MeasuredListCell : IEquatable<MeasuredListCell>
- Inheritance
-
MeasuredListCell
- Implements
- Inherited Members
- Extension Methods
Constructors
MeasuredListCell(ControlInStack, int)
public MeasuredListCell(ControlInStack Cell, int Index)
Parameters
CellControlInStackIndexint
Properties
Cell
public ControlInStack Cell { get; init; }
Property Value
Index
public int Index { get; init; }