Name | Description | |
---|---|---|
LayoutRoot Constructor | Initializes a new instance of the LayoutRoot class. |
The following tables list the members exposed by LayoutRoot.
Name | Description | |
---|---|---|
LayoutRoot Constructor | Initializes a new instance of the LayoutRoot class. |
Name | Description | |
---|---|---|
ActiveContent | Gets the active LayoutContent-derived element. | |
BottomSide | Gets or sets the bottom side of the layout root. | |
Children | Gets the child elements of the layout root. | |
ChildrenCount | Gets the number of child elements. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from LayoutElement) | |
FloatingWindows | Gets the floating windows that are in the layout. | |
Hidden | Gets the hidden anchorables in the layout. | |
IsSealed | (Inherited from LayoutElement) | |
LastFocusedDocument | Gets the last focused content. | |
LeftSide | Gets or sets the left side of the layout root. | |
Manager | Gets the DockingManager that arranges the panes it contains and handles autohide anchorables and floating windows. | |
Parent | Gets or sets the parent container of the element. (Inherited from LayoutElement) | |
RightSide | Gets or sets the right side of the layout root. | |
Root | Gets or sets the root of the element. (Inherited from LayoutElement) | |
RootPanel | Gets or sets the root layout panel. | |
TopSide | Gets or sets the top side of the layout root. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from LayoutElement) | |
CollectGarbage | Removes any empty containers not directly referenced by other layout items. | |
Equals | (Inherited from LayoutElement) | |
GetHashCode | (Inherited from LayoutElement) | |
GetLocalValueEnumerator | (Inherited from LayoutElement) | |
GetSchema | ||
GetValue | (Inherited from LayoutElement) | |
InvalidateProperty | (Inherited from LayoutElement) | |
ReadLocalValue | (Inherited from LayoutElement) | |
ReadXml | ||
RemoveChild | Removes the specified child element. | |
ReplaceChild | Replaces on child element with another. | |
SetCurrentValue | (Inherited from LayoutElement) | |
SetValue | Overloaded. (Inherited from LayoutElement) | |
WriteXml |
Name | Description | |
---|---|---|
OnParentChanged | Provides derived classes an opportunity to handle changes to the Parent property. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) | |
OnParentChanging | Provides derived classes an opportunity to execute code before the Parent property changes. (Inherited from LayoutElement) | |
OnPropertyChanged | (Inherited from LayoutElement) | |
OnRootChanged | Provides derived classes an opportunity to handle changes to the Root property. (Inherited from LayoutElement) | |
RaisePropertyChanged | Raises the PropertyChanged event for the specified property name. (Inherited from LayoutElement) | |
RaisePropertyChanging | Raises the PropertyChanging event for the specified property name. (Inherited from LayoutElement) | |
ShouldSerializeProperty | (Inherited from LayoutElement) |
Name | Description | |
---|---|---|
ElementAdded | Raised when an element is added to the layout. | |
ElementRemoved | Raised when an element is removed from the layout. | |
PropertyChanged | Raised when a property has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) | |
PropertyChanging | Raised when a property is about to change. (Inherited from LayoutElement) | |
Updated | Raised when the layout is updated. |