WindowBase.

ArrangeSetBounds(Size) Method

Summary

Called durung the arrange pass to set the size of the window.
Namespace
Avalonia.Controls
Containing Type
WindowBase

Syntax

protected virtual Size ArrangeSetBounds(Size size)

Parameters

Name Type Description
size Size The requested size of the window.

Return Value

Type Description
Size The actual size of the window.