Skip to content

ILayoutPanelElement

Dirkster99 edited this page Dec 12, 2019 · 2 revisions

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; }

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally