WindowBaseArrangeSetBounds Method

Called during the arrange pass to set the size of the window.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual Size ArrangeSetBounds(
	Size size
)

Parameters

size  Size
The requested size of the window.

Return Value

Size
The actual size of the window.

See Also