[]
Gets sorted children of the given layout area.
public static IEnumerable<ILayoutArea> SortedChildren(this ILayoutArea area)
Type | Name | Description |
---|---|---|
ILayoutArea | area | The area. |
Type | Description |
---|---|
IEnumerable<ILayoutArea> | Sorted children of the given layout area. |