Skip to content

LayoutDocumentFloatingWindow

Dirkster99 edited this page May 13, 2019 · 10 revisions

Represents a floating window containing one or more documents in the layout model.

Model Control
LayoutDocumentFloatingWindow LayoutDocumentFloatingWindowControl

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.

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally