Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

LayoutElementCollection<T> Properties

Base collection for collections of layout elements.
Name Description
Count Gets the number of elements in the collection.
First Returns the first element in the collection of the type designated by the specified generic type parameter.
Item[Int32] Gets the object of the type designated by the specified generic type parameter and specified by its index.
Last Returns the last element in the collection of the type designated by the specified generic type parameter.
See Also