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