Skip to main content

MeasureCore Method

Measures the control.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected override Size MeasureCore(
Size availableSize
)

Parameters

  Size
The available size for the control.

Return Value

Size
A size of 0,0 as Popup itself takes up no space.

See Also

Reference

Popup Class
Avalonia.Controls.Primitives Namespace