Class | Description | |
---|---|---|
![]() | ChildrenTreeChangedEventArgs | Represents event data related to changes in the children tree. |
![]() | Extensions | Provides various extension methods. |
![]() | LayoutAnchorable | Represents an anchorable in the layout model. |
![]() | LayoutAnchorableFloatingWindow | Represents a floating window containing one or more anchorables in the layout model. |
![]() | LayoutAnchorablePane | Represents a layout element that contains a collection of LayoutAnchorable obiects. |
![]() | LayoutAnchorablePaneGroup | Represents an element in the layout model that can contain and arrange multiple LayoutAnchorablePane elements, which in turn contain LayoutAnchorable elements. |
![]() | LayoutAnchorGroup | Represents an autohidden group of one or more LayoutAnchorable elements that can be anchored to one of the four sides of the DockingManager. |
![]() | LayoutAnchorSide | Represents a "side" in a DockingManager. |
![]() | LayoutContent | Base class of the LayoutAnchorable and LayoutDocument classes. |
![]() | LayoutDocument | Represents a document in the layout model |
![]() | LayoutDocumentFloatingWindow | Represents a floating window containing one or more documents in the layout model. |
![]() | LayoutDocumentPane | Represents a layout element that contains a collection of LayoutDocument obiects. |
![]() | LayoutDocumentPaneGroup | Represents an element in the layout model that can contain and organize multiple LayoutDocumentPane elements, which in turn contain LayoutDocument elements. |
![]() | LayoutElement | Base class of all elements of the layout model. |
![]() | LayoutElementEventArgs | Provides event data for adding and removing layout elements. |
![]() | LayoutFloatingWindow | Base class of the two types of floating windows (LayoutAnchorableFloatingWindow and LayoutDocumentFloatingWindow). |
![]() | LayoutGroup<T> | Base class of various group layout model classes. |
![]() | LayoutGroupBase | Base class of the generic LayoutGroup class. |
![]() | LayoutPanel | Represents a panel that arranges child panes (e.g., LayoutAnchorablePane and LayoutDocumentPane), which in turn contain the actual content (that is, LayoutAnchorable or LayoutDocument elements), using a specified Orientation and adding a resizer between them. |
![]() | LayoutPositionableGroup<T> | Base class of panel, pane, and pane group classes. |
![]() | LayoutRoot | Represents the root of the layout model. |