ILayoutElementForFloatingWindow - wesley7child/OuterPlugin GitHub Wiki
The internal ILayoutElementForFloatingWindow interface defines 4 coordinates and an IsMaximized property to model the properties of layout elements that can have a 2-D position, 2-D size, and may be maximized on the current screen.
The following interfaces and classes derive directly from ILayoutElementForFloatingWindow:
This interface is directly or indirectly implemented by:
- LayoutAnchorable
- LayoutAnchorablePane
- LayoutAnchorablePaneGroup
- LayoutDocument
- LayoutDocumentPane
- LayoutDocumentPaneGroup
- LayoutPanel
- LayoutPositionableGroup
Properties
doubleFloatingWidth { get; set; }doubleFloatingHeight { get; set; }doubleFloatingLeft { get; set; }doubleFloatingTop { get; set; }boolIsMaximized { get; set; }