LayoutDocumentFloatingWindow - wesley7child/OuterPlugin GitHub Wiki
Represents a floating window containing one or more documents in the layout model.
See also LayoutAnchorableFloatingWindow
Properties
| Property |
Description |
| Children |
Overridden. Gets the children of the floating window. |
| ChildrenCount |
Overridden. Gets the number of children. |
| IsValid |
Overridden. Gets whether the floating window is valid (whether RootDocument is null). |
| Parent |
Gets or sets the parent container of the element. (Inherited from LayoutElement) |
| Root |
Gets or sets the root of the element. (Inherited from LayoutElement) |
| RootDocument |
Gets or sets the root document contained in the floating window. |
Events
| Event |
Description |
| PropertyChanged |
Raised when a property has changed. (Inherited from LayoutElement) |
| PropertyChanging |
Raised when a property is about to change. (Inherited from LayoutElement) |
| RootDocumentChanged |
Raised when RootDocument has changed. |
Methods
| Method |
Description |
| RemoveChild |
Overridden. Removes the child element. |
| ReplaceChild |
Overridden. Replaces a specified child element with a specified new element. |