Class Layout
Root class for an arrangable element with multiple children
public abstract class Layout : ArrangableElement, ILayoutParent
- Inheritance
-
Layout
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Layout(LayoutRoot, string)
Creates a layout
public Layout(LayoutRoot onLayout, string name = "New Layout")
Parameters
onLayout
LayoutRootThe layout root to draw the layout on
name
stringThe name of the layout
Properties
Children
The children of this layout
public ParentedElementList Children { get; }
Property Value
Methods
HandleChildDestroyed(ArrangableElement)
Additional handling for when a child is being destroyed
public void HandleChildDestroyed(ArrangableElement child)
Parameters
child
ArrangableElementThe child being destroyed