Class SkiaLayout.Cell
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
viewIndexintrowintcolumnintrowSpanintcolumnSpanintcolumnGridLengthTypeGridLengthTyperowGridLengthTypeGridLengthType
Properties
Column
public int Column { get; }
Property Value
ColumnGridLengthType
A combination of all the measurement types in the columns this cell spans
public GridLengthType ColumnGridLengthType { get; }
Property Value
ColumnSpan
public int ColumnSpan { get; }
Property Value
IsAbsolute
public bool IsAbsolute { get; }
Property Value
IsColumnSpanAuto
public bool IsColumnSpanAuto { get; }
Property Value
IsColumnSpanStar
public bool IsColumnSpanStar { get; }
Property Value
IsRowSpanAuto
public bool IsRowSpanAuto { get; }
Property Value
IsRowSpanStar
public bool IsRowSpanStar { get; }
Property Value
NeedsKnownMeasurePass
public bool NeedsKnownMeasurePass { get; }
Property Value
Row
public int Row { get; }
Property Value
RowGridLengthType
A combination of all the measurement types in the rows this cell spans
public GridLengthType RowGridLengthType { get; }
Property Value
RowSpan
public int RowSpan { get; }
Property Value
ViewIndex
public int ViewIndex { get; }