WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutFieldInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutFieldInfo

    Summary description for LayoutFieldInfo.

    Inheritance
    System.Object
    LayoutInfo
    LayoutFieldInfo
    Implements
    ILayoutInfo
    ILayoutSpacingsInfo
    Inherited Members
    LayoutInfo.m_bIsLineContainer
    LayoutInfo.m_textWrap
    LayoutInfo.m_bPageBreakItem
    LayoutInfo.TextWrap
    LayoutInfo.IsClippedVertical
    LayoutInfo.IsClippedHorizontal
    LayoutInfo.IsSkip
    LayoutInfo.IsSkipBottomAlign
    LayoutInfo.IsLineContainer
    LayoutInfo.ChildrenLayoutDirection
    LayoutInfo.IsLineBreak
    LayoutInfo.IsPageBreakItem
    LayoutInfo.Paddings
    LayoutInfo.Margins
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class LayoutFieldInfo : LayoutInfo, ILayoutInfo, ILayoutSpacingsInfo

    Constructors

    LayoutFieldInfo(ChildrenLayoutDirection)

    Initializes a new instance of the LayoutFieldInfo class.

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

    if set to true [b top subtract area].

    Properties

    FieldType

    Gets or sets the type of the field.

    Declaration
    public int FieldType { get; set; }
    Property Value
    Type Description
    System.Int32

    The type of the field.

    Implements

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