Summary
Informs the renderer that the z-ordering of a visual's children has changed.
- Namespace
- Avalonia
.Rendering - Containing Type
- IRenderer
Syntax
void RecalculateChildren(IVisual visual)
Parameters
Name | Type | Description |
---|---|---|
visual | IVisual | The visual. |
Return Value
Type | Description |
---|---|
void |