ILayoutPanelElement - wesley7child/OuterPlugin GitHub Wiki

The ILayoutElement interface can be used to manipulate:

  • the children of the Parent or
  • the children of the Root

of an object that implements this interface (via ILayoutElement).

The public ILayoutElement interface exposes also a bool IsVisible property to inform other objects whether this layout element is currently visible or not.

Properties

IsVisible

bool IsVisible { get; }