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