Table of Contents

Class SkiaLayout.Cell

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class SkiaLayout.Cell
Inheritance
SkiaLayout.Cell
Inherited Members
Extension Methods

Constructors

Cell(int, int, int, int, int, GridLengthType, GridLengthType)

public Cell(int viewIndex, int row, int column, int rowSpan, int columnSpan, GridLengthType columnGridLengthType, GridLengthType rowGridLengthType)

Parameters

viewIndex int
row int
column int
rowSpan int
columnSpan int
columnGridLengthType GridLengthType
rowGridLengthType GridLengthType

Properties

Column

public int Column { get; }

Property Value

int

ColumnGridLengthType

A combination of all the measurement types in the columns this cell spans

public GridLengthType ColumnGridLengthType { get; }

Property Value

GridLengthType

ColumnSpan

public int ColumnSpan { get; }

Property Value

int

IsAbsolute

public bool IsAbsolute { get; }

Property Value

bool

IsColumnSpanAuto

public bool IsColumnSpanAuto { get; }

Property Value

bool

IsColumnSpanStar

public bool IsColumnSpanStar { get; }

Property Value

bool

IsRowSpanAuto

public bool IsRowSpanAuto { get; }

Property Value

bool

IsRowSpanStar

public bool IsRowSpanStar { get; }

Property Value

bool

NeedsKnownMeasurePass

public bool NeedsKnownMeasurePass { get; }

Property Value

bool

Row

public int Row { get; }

Property Value

int

RowGridLengthType

A combination of all the measurement types in the rows this cell spans

public GridLengthType RowGridLengthType { get; }

Property Value

GridLengthType

RowSpan

public int RowSpan { get; }

Property Value

int

ViewIndex

public int ViewIndex { get; }

Property Value

int