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