Updated LayoutAnchorableFloatingWindow (markdown)

master
DianeXceed 9 years ago
parent
commit
db2599a4ec
  1. 47
      LayoutAnchorableFloatingWindow.md

47
LayoutAnchorableFloatingWindow.md

@ -3,28 +3,31 @@ Derives from Xceed.Wpf.AvalonDock.Layout.LayoutFloatingWindow
Represents a floating window containing one or more anchorables in the layout model. Represents a floating window containing one or more anchorables in the layout model.
## Properties ### Properties
|| Property || Description | Property | Description |
| Children | Overridden. Gets the children of the floating window. | --- | --- |
| ChildrenCount | Overridden. Gets the number of children. | Children | Overridden. Gets the children of the floating window. |
| IsSinglePane | Gets whether the floating window contains a single pane. | ChildrenCount | Overridden. Gets the number of children. |
| IsValid | Overridden. Gets whether the floating window is valid (whether RootPanel is null). | IsSinglePane | Gets whether the floating window contains a single pane. |
| IsVisible | Gets if the element is visible. | IsValid | Overridden. Gets whether the floating window is valid (whether RootPanel is null). |
| Parent | Gets or sets the parent container of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) | IsVisible | Gets if the element is visible. |
| Root | Gets or sets the root of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) | Parent | Gets or sets the parent container of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) |
| RootPanel | Gets or sets the root panel contained in the floating window. | Root | Gets or sets the root of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) |
| SinglePane | Gets the pane contained in a floating window that contains only one pane. | RootPanel | Gets or sets the root panel contained in the floating window. |
| SinglePane | Gets the pane contained in a floating window that contains only one pane. |
## Events ### Events
|| Event || Description | Event | Description |
| IsVisibleChanged | Raised when IsVisible has changed. | --- | --- |
| PropertyChanged | Raised when a property has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) | IsVisibleChanged | Raised when IsVisible has changed. |
| PropertyChanging | Raised when a property is about to change. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement) | 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 Xceed.Wpf.AvalonDock.Layout.LayoutElement) |
## Methods ### Methods
|| Method || Description | Method | Description |
| RemoveChild | Overridden. Removes the child element. | --- | --- |
| ReplaceChild | Overridden. Replaces a specified child element with a specified new element. | RemoveChild | Overridden. Removes the child element. |
| ReplaceChild | Overridden. Replaces a specified child element with a specified new element. |
**Support this project, check out the [Plus Edition](http://wpftoolkit.com).** ---
--- **Support this project, check out the [Plus Edition](http://wpftoolkit.com).**
Loading…
Cancel
Save