menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutTableInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutTableInfo

    Summary description for LayoutTableInfo.

    Inheritance
    System.Object
    LayoutInfo
    LayoutParagraphInfo
    LayoutTableInfo
    Implements
    ILayoutInfo
    ILayoutSpacingsInfo
    Inherited Members
    LayoutInfo.ChildrenLayoutDirection
    LayoutInfo.IsClippedHorizontal
    LayoutInfo.IsClippedVertical
    LayoutInfo.IsLineBreak
    LayoutInfo.IsLineContainer
    LayoutInfo.IsPageBreakItem
    LayoutInfo.IsSkip
    LayoutInfo.IsSkipBottomAlign
    LayoutInfo.m_bIsLineContainer
    LayoutInfo.m_bPageBreakItem
    LayoutInfo.m_textWrap
    LayoutInfo.Margins
    LayoutInfo.Paddings
    LayoutInfo.TextWrap
    LayoutParagraphInfo.FirstLineIndent
    LayoutParagraphInfo.IsKeepTogether
    LayoutParagraphInfo.IsKeepWithNext
    LayoutParagraphInfo.IsPageBreak
    LayoutParagraphInfo.Justification
    LayoutParagraphInfo.LevelNumber
    LayoutParagraphInfo.ListItemIndex
    LayoutParagraphInfo.ListRestart
    LayoutParagraphInfo.ListStyleName
    LayoutParagraphInfo.ListTab
    LayoutParagraphInfo.ListTypeInfo
    LayoutParagraphInfo.m_firstLineIndent
    LayoutParagraphInfo.m_isKeepTogether
    LayoutParagraphInfo.m_isKeepWithNext
    LayoutParagraphInfo.m_isPageBreak
    LayoutParagraphInfo.m_justification
    LayoutParagraphInfo.m_levelNumber
    LayoutParagraphInfo.m_listItemIndex
    LayoutParagraphInfo.m_listRestart
    LayoutParagraphInfo.m_listTab
    LayoutParagraphInfo.m_listType
    LayoutParagraphInfo.m_strListStyleName
    LayoutParagraphInfo.SignFirstLineIndent()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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 true [is exactly row].

    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

    true if this instance is column merge continue; otherwise, false.

    IsColumnMergeStart

    Gets a value indicating whether this instance is column merge start.

    Declaration
    public bool IsColumnMergeStart { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is column merge start; otherwise, false.

    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

    true if this instance is exactly row height; otherwise, false.

    IsRowMergeContinue

    Gets a value indicating whether this instance is row merge continue.

    Declaration
    public bool IsRowMergeContinue { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is row merge continue; otherwise, false.

    IsRowMergeStart

    Gets a value indicating whether this instance is row merge start.

    Declaration
    public bool IsRowMergeStart { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is row merge start; otherwise, false.

    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

    true if this instance is row splitted; otherwise, false.

    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.

    Implements

    ILayoutInfo
    ILayoutSpacingsInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved