Window.

HandleResized(Size) Method

Summary

Handles a resize notification from Resized.
Namespace
Avalonia.Controls
Containing Type
Window

Syntax

protected override sealed void HandleResized(Size clientSize)

Parameters

Name Type Description
clientSize Size The new client size.

Return Value

Type Description
void