Summary
Measures the control and its child elements as part of a layout pass.
- Namespace
- Avalonia
.Controls - Containing Type
- WrapPanel
Syntax
protected override Size MeasureOverride(Size constraint)
Parameters
Name | Type | Description |
---|---|---|
constraint | Size |
Return Value
Type | Description |
---|---|
Size | The desired size for the control. |