Summary
Measures the control and its child elements as part of a layout pass.
- Namespace
- Avalonia
.Layout - Containing Type
- Layoutable
Syntax
protected virtual Size MeasureOverride(Size availableSize)
Parameters
Name | Type | Description |
---|---|---|
availableSize | Size | The size available to the control. |
Return Value
Type | Description |
---|---|
Size | The desired size for the control. |