TopLevel.

HandleResized(Size) Method

Summary

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

Syntax

protected virtual void HandleResized(Size clientSize)

Parameters

Name Type Description
clientSize Size The new client size.

Return Value

Type Description
void