Summary
Notifies the layout manager that a control requires an arrange.
- Namespace
- Avalonia
.Layout - Containing Type
- LayoutManager
Syntax
public virtual void InvalidateArrange(ILayoutable control)
Parameters
Name | Type | Description |
---|---|---|
control | ILayoutable | The control. |
Return Value
Type | Description |
---|---|
void |