Implemented by widgets that hold multiple stacked layers rendered back-to-front (e.g. More...
Properties | |
| IReadOnlyList< IWidget > | Layers [get] |
| Layers in back-to-front order. The last element renders on top. | |
| Properties inherited from ConsoleForge.Layout.IWidget | |
| SizeConstraint | Height [get] |
| Height constraint used by the layout engine. | |
| Style | Style [get] |
| Visual style for this widget. Inherits from Theme if unset. | |
| SizeConstraint | Width [get] |
| Width constraint used by the layout engine. | |
Additional Inherited Members | |
| Public Member Functions inherited from ConsoleForge.Layout.IWidget | |
| void | Render (IRenderContext ctx) |
| Render this widget into the provided context. | |
Implemented by widgets that hold multiple stacked layers rendered back-to-front (e.g.
ZStack). Used by Core.FocusManager for focus traversal across all layers.