Interface ITableLayoutInfo
Summary description for TableLayoutInfo.
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ITableLayoutInfo
Properties
CellPaddings
Declaration
double CellPaddings { get; }
Property Value
CellSpasings
Declaration
double CellSpasings { get; }
Property Value
CellsWidth
Declaration
float[] CellsWidth { get; set; }
Property Value
Declaration
int HeadersRowCount { get; }
Property Value
Height
Declaration
Property Value
IsDefaultCells
Declaration
bool[] IsDefaultCells { get; }
Property Value
Width
Declaration
float Width { get; set; }
Property Value