Result of layout resolution: maps each widget to its allocated terminal region. More...
Public Member Functions | |
| Region? | GetRegion (IWidget widget) |
| Get the region for a specific widget, or null if not found. | |
| ResolvedLayout (Dictionary< IWidget, Region > allocations) | |
| Initialises the layout with the given widget-to-region allocation map. | |
| bool | TryGetRegion (IWidget widget, out Region region) |
| Try-get pattern for use in Container.Render(). | |
Properties | |
| Dictionary< IWidget, Region > | Allocations [get] |
| Map from each widget to its allocated absolute terminal region. | |
Result of layout resolution: maps each widget to its allocated terminal region.