Summary
Removes any state the layout previously stored on the ILayoutable container.
- Namespace
- Avalonia
.Layout - Containing Type
- AttachedLayout
Syntax
public void UninitializeForContext(LayoutContext context)
Parameters
Name | Type | Description |
---|---|---|
context | LayoutContext | The context object that facilitates communication between the layout and its host container. |
Return Value
Type | Description |
---|---|
void |