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