ILayoutElement Interface Members
In This Topic
The following tables list the members exposed by ILayoutElement.
Public Properties
| | Name | Description |
 | Parent | Gets the parent container of the layout element. |
 | Root | Gets the root of the layout element. |
Top
Extension Methods
| | Name | Description |
 | Descendents | Returns the descendents of the specified ILayoutElement. |
 | FindParent<T> | Finds the parent of the specified type of the specified ILayoutElement. |
 | GetRoot | Returns the root of the specified ILayoutElement. |
 | GetSide | Returns the anchor side of the specified ILayoutElement. |
Top
See Also