menu

WinForms

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

    Show / Hide Table of Contents

    Interface ILayoutInfo

    Summary description for ILayoutInfo.

    Inherited Members
    ILayoutSpacingsInfo.Margins
    ILayoutSpacingsInfo.Paddings
    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface ILayoutInfo : ILayoutSpacingsInfo

    Properties

    ChildrenLayoutDirection

    Gets the children layout direction.

    Declaration
    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
    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
    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
    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
    bool IsLineContainer { get; }
    Property Value
    Type Description
    System.Boolean

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

    IsPageBreakItem

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

    IsSkip

    Gets a value indicating whether this instance is skip.

    Declaration
    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
    bool IsSkipBottomAlign { get; set; }
    Property Value
    Type Description
    System.Boolean

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

    TextWrap

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

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

    true if [text wrap]; otherwise, false.

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