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. |