menu

WinForms

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

    Show / Hide Table of Contents

    Class LayoutInfo

    Summary description for LayoutInfo.

    Inheritance
    System.Object
    LayoutInfo
    LayoutFieldInfo
    LayoutParagraphInfo
    LayoutTabsInfo
    Implements
    ILayoutInfo
    ILayoutSpacingsInfo
    Inherited Members
    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 LayoutInfo : ILayoutInfo, ILayoutSpacingsInfo

    Constructors

    LayoutInfo()

    Declaration
    public LayoutInfo()

    LayoutInfo(ChildrenLayoutDirection)

    Declaration
    public LayoutInfo(ChildrenLayoutDirection childLayoutDirection)
    Parameters
    Type Name Description
    ChildrenLayoutDirection childLayoutDirection

    Fields

    m_bIsLineContainer

    Declaration
    protected bool m_bIsLineContainer
    Field Value
    Type
    System.Boolean

    m_bPageBreakItem

    Declaration
    protected bool m_bPageBreakItem
    Field Value
    Type
    System.Boolean

    m_textWrap

    Declaration
    protected bool m_textWrap
    Field Value
    Type
    System.Boolean

    Properties

    ChildrenLayoutDirection

    Gets the children layout direction.

    Declaration
    public ChildrenLayoutDirection ChildrenLayoutDirection { get; }
    Property Value
    Type Description
    ChildrenLayoutDirection

    The children layout direction.

    IsClippedHorizontal

    Gets or sets a value indicating whether this instance is clipped horizontal.

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

    true if this instance is clipped horizontal; otherwise, false.

    IsClippedVertical

    Gets or sets a value indicating whether this instance is clipped.

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

    true if this instance is clipped; otherwise, false.

    IsLineBreak

    Gets or sets a value indicating whether this instance is line break.

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

    true if this instance is line break; otherwise, false.

    IsLineContainer

    Gets a value indicating whether this instance is line container.

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

    true if this instance is line container; otherwise, false.

    IsPageBreakItem

    Declaration
    public bool IsPageBreakItem { get; set; }
    Property Value
    Type
    System.Boolean

    IsSkip

    Gets a value indicating whether this instance is skip.

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

    true if this instance is skip; otherwise, false.

    IsSkipBottomAlign

    Gets or sets a value indicating whether this instance is skip bottom align.

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

    true if this instance is skip bottom align; otherwise, false.

    Margins

    Gets the margins.

    Declaration
    public Spacings Margins { get; }
    Property Value
    Type Description
    Spacings

    The margins.

    Paddings

    Gets the paddings.

    Declaration
    public Spacings Paddings { get; }
    Property Value
    Type Description
    Spacings

    The paddings.

    TextWrap

    Gets or sets a value indicating whether [text wrap].

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

    true if [text wrap]; otherwise, false.

    Implements

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