Summary
When implemented in a derived class, clears the specified UIElement and allows it to be
either re-used or released.
- Namespace
- Avalonia
.Layout - Containing Type
- Virtualizing
Layout Context
Syntax
protected abstract void RecycleElementCore(ILayoutable element)
Parameters
Name | Type | Description |
---|---|---|
element | ILayoutable | The element to clear. |
Return Value
Type | Description |
---|---|
void |