Summary
Measures the control.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Popup
Syntax
protected override Size MeasureCore(Size availableSize)
Parameters
Name | Type | Description |
---|---|---|
availableSize | Size | The available size for the control. |
Return Value
Type | Description |
---|---|
Size | A size of 0,0 as Popup itself takes up no space. |