menu

WinForms

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

    Show / Hide Table of Contents

    Class LayoutInfoCollection

    Stores collection of LayoutInfo instances.

    Inheritance
    System.Object
    LayoutInfoCollection
    Namespace: Syncfusion.Windows.Forms.Tools.Navigation.Layouting
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class LayoutInfoCollection : SortedList<HitTestAreas, LayoutInfo>

    Constructors

    LayoutInfoCollection(Int32)

    Initializes a new instance of the LayoutInfoCollection class.

    Declaration
    public LayoutInfoCollection(int capacity)
    Parameters
    Type Name Description
    System.Int32 capacity

    The initial number of elements that the LayoutInfoCollection can contain.

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