ILayoutPositionableElement - wesley7child/OuterPlugin GitHub Wiki
- ILayoutPositionableElement (Interface Definition) : ILayoutElement, ILayoutElementForFloatingWindow
- ILayoutPositionableElement (Interface Design)
The internal ILayoutPositionableElement
interface derives from:
This interface exposes properties to:
- traverse the tree of model objects (via ILayoutElement),
- determine its position and size on a display (via ILayoutElementForFloatingWindow) and
- manage an owned docking area (via the properties below).
This interface is directly or indirectly implemented by:
- LayoutAnchorablePane
- LayoutAnchorablePaneGroup
- LayoutDocumentPane
- LayoutDocumentPaneGroup
- LayoutPanel
- LayoutPositionableGroup
Properties
- GridLength DockWidth { get; set; }
- GridLength DockHeight { get; set; }
- double DockMinWidth { get; set; }
- double DockMinHeight { get; set; }
- bool AllowDuplicateContent { get; set; }
- bool IsVisible { get; }