LayoutDocumentFloatingWindowControl - wesley7child/OuterPlugin GitHub Wiki
- Derives from LayoutFloatingWindowControl
- LayoutDocumentFloatingWindowControl (Class Diagram)
- LayoutDocumentFloatingWindowControl (Class Definition)
- LayoutDocumentFloatingWindowControl (Visual Definition)
The LayoutDocumentFloatingWindowControl
class implements the visual part of floating documents in AvalonDock.
Model | Control |
---|---|
LayoutDocumentFloatingWindow | LayoutDocumentFloatingWindowControl |
The Screenshot on this page shows a colored representation of a LayoutDocumentFloatingWindowControl:
Properties
Inherited from LayoutFloatingWindowControl
Name | Description |
---|---|
ContentMinHeight | The MinHeight of the content of the window, will be 0 until the window has been rendered, or if the MinHeight is unset for the content. |
ContentMinWidth | The MinWidth of the content of the window, will be 0 until the window has been rendered, or if the MinWidth is unset for the content. |
TotalMargin | The total margin (including window chrome and title bar). The margin is queried from the visual tree the first time it is rendered, zero until the first call of FilterMessage(WM_ACTIVATE). |
DockingManager.AutoWindowSizeWhenOpened | See DockingManager.AutoWindowSizeWhenOpened dependency property |
See also: OverlayWindow control