Summary
DockPanel computes a position and final size for each of its children based upon their
Dock
enum and sizing properties.
- Namespace
- Avalonia
.Controls - Containing Type
- DockPanel
Syntax
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Name | Type | Description |
---|---|---|
arrangeSize | Size | Size that DockPanel will assume to position children. |
Return Value
Type | Description |
---|---|
Size |