Summary
Measures the control.
- Namespace
- Avalonia
.Controls - Containing Type
- Canvas
Syntax
protected override Size MeasureOverride(Size availableSize)
Parameters
Name | Type | Description |
---|---|---|
availableSize | Size | The available size. |
Return Value
Type | Description |
---|---|
Size | The desired size of the control. |