1using System.Threading.Tasks;
18 : base(Document, Parent)
38 if (!(Children is
null))
Contains a 2D layout document.
Abstract base class of dynamic layout elements (i.e. elements that can generate child elements dynami...
override async Task Draw(DrawingState State)
Draws layout entities.
abstract ILayoutElement[] DynamicChildren
Dynamic array of children
DynamicElement(Layout2DDocument Document, ILayoutElement Parent)
Abstract base class of dynamic layout elements (i.e. elements that can generate child elements dynami...
Abstract base class for layout elements.
Interface for layout elements that generate children dynamically.
Base interface for all layout elements.
Task Draw(DrawingState State)
Draws layout entities.
bool IsVisible
If the element is visible or not.