ILayoutPane Interface Members
In This Topic
The following tables list the members exposed by ILayoutPane.
Public Properties
Public Methods
Extension Methods
| | Name | Description |
 | ContainsChildOfType | Overloaded. Indicates whether a child of a specified type is contained in the ILayoutContainer. |
 | 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. |
 | IsOfType<T,S> | Returns whether the specified container is of either of the specified types. |
Top
See Also