Class LayoutTableInfo
Summary description for LayoutTableInfo.
Inherited Members
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class LayoutTableInfo : LayoutParagraphInfo, ILayoutInfo, ILayoutSpacingsInfo
Constructors
LayoutTableInfo(ChildrenLayoutDirection)
Initializes a new instance of the LayoutTableInfo class.
Declaration
public LayoutTableInfo(ChildrenLayoutDirection childLayoutDirection)
Parameters
Type | Name | Description |
---|---|---|
ChildrenLayoutDirection | childLayoutDirection | The child layout direction. |
LayoutTableInfo(Boolean, Single)
Initializes a new instance of the LayoutTableInfo class.
Declaration
public LayoutTableInfo(bool isExactlyRow, float rowHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isExactlyRow | if set to |
System.Single | rowHeight | Height of the row. |
Fields
m_isColumnMergeContinue
Declaration
protected bool m_isColumnMergeContinue
Field Value
Type |
---|
System.Boolean |
m_isColumnMergeStart
Declaration
protected bool m_isColumnMergeStart
Field Value
Type |
---|
System.Boolean |
m_isExactlyRowHeight
Declaration
protected bool m_isExactlyRowHeight
Field Value
Type |
---|
System.Boolean |
m_isRowMergeContinue
Declaration
protected bool m_isRowMergeContinue
Field Value
Type |
---|
System.Boolean |
m_isRowMergeStart
/
Declaration
protected bool m_isRowMergeStart
Field Value
Type |
---|
System.Boolean |
m_isRowSplitted
Declaration
protected bool m_isRowSplitted
Field Value
Type |
---|
System.Boolean |
m_rowHeight
Declaration
protected double m_rowHeight
Field Value
Type |
---|
System.Double |
m_verticalAlignment
Declaration
protected byte m_verticalAlignment
Field Value
Type |
---|
System.Byte |
Properties
IsColumnMergeContinue
Gets a value indicating whether this instance is column merge continue.
Declaration
public bool IsColumnMergeContinue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsColumnMergeStart
Gets a value indicating whether this instance is column merge start.
Declaration
public bool IsColumnMergeStart { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsExactlyRowHeight
Gets or sets a value indicating whether this instance is exactly row height.
Declaration
public bool IsExactlyRowHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsRowMergeContinue
Gets a value indicating whether this instance is row merge continue.
Declaration
public bool IsRowMergeContinue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsRowMergeStart
Gets a value indicating whether this instance is row merge start.
Declaration
public bool IsRowMergeStart { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsRowSplitted
Gets or sets a value indicating whether this instance is row splitted.
Declaration
public bool IsRowSplitted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RowHeight
Gets or sets the height of the row.
Declaration
public double RowHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height of the row. |
VerticalAlignment
Gets the vertical alignment.
Declaration
public byte VerticalAlignment { get; }
Property Value
Type | Description |
---|---|
System.Byte | The vertical alignment. |