1using System.Threading.Tasks;
16 : base(Document, Parent)
33 return new Overlays(Document, Parent);
Contains a 2D layout document.
Variables Session
Current session.
Lays ut cells one on-top of another
Ordering child elements one on-top of the other.
override string LocalName
Local name of type of element.
override Task< ICellLayout > GetCellLayout(DrawingState State)
Gets a cell layout object that will be responsible for laying out cells.
override ILayoutElement Create(Layout2DDocument Document, ILayoutElement Parent)
Creates a new instance of the layout element.
Overlays(Layout2DDocument Document, ILayoutElement Parent)
Ordering child elements one on-top of the other.
Abstract base class of elements that do spatial distribution of children.
Basic interface for cell layout objects.
Base interface for all layout elements.