ILayoutRoot - wesley7child/OuterPlugin GitHub Wiki

The public interface ILayoutRoot can be used to query and manipulate the child layout elements directly under the layout root. The interface is implemented by the LayoutRoot.

Properties

Methods

  • void CollectGarbage();
    • This method can be used to traverse the tree of layout objects and remove empty unused elements, such as, LayoutAnchorablePanes without child elements.