Table of Contents

Class MeasuredListCell

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public record MeasuredListCell : IEquatable<MeasuredListCell>
Inheritance
MeasuredListCell
Implements
Inherited Members
Extension Methods

Constructors

MeasuredListCell(ControlInStack, int)

public MeasuredListCell(ControlInStack Cell, int Index)

Parameters

Cell ControlInStack
Index int

Properties

Cell

public ControlInStack Cell { get; init; }

Property Value

ControlInStack

Index

public int Index { get; init; }

Property Value

int