WindowBaseArrangeSetBounds Method
Called during the arrange pass to set the size of the window.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual Size ArrangeSetBounds(
Size size
)
Protected Overridable Function ArrangeSetBounds (
size As Size
) As Size
abstract ArrangeSetBounds :
size : Size -> Size
override ArrangeSetBounds :
size : Size -> Size
- size Size
- The requested size of the window.
SizeThe actual size of the window.