Summary
Arranges the control's children.
- Namespace
- Avalonia
.Controls - Containing Type
- Canvas
Syntax
protected override Size ArrangeOverride(Size finalSize)
Parameters
Name | Type | Description |
---|---|---|
finalSize | Size | The size allocated to the control. |
Return Value
Type | Description |
---|---|
Size | The space taken. |