Summary
Provides the behavior for the "Arrange" pass of layout.
- Namespace
- Avalonia
.Controls - Containing Type
- Layout
Transform Control
Syntax
protected override Size ArrangeOverride(Size finalSize)
Parameters
Name | Type | Description |
---|---|---|
finalSize | Size | The final area within the parent that this element should use to arrange itself and its children. |
Return Value
Type | Description |
---|---|
Size | The actual size used. |