WindowBase.

HandleResized(Size) Method

Summary

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

Syntax

protected override void HandleResized(Size clientSize)

Parameters

Name Type Description
clientSize Size The new client size.

Return Value

Type Description
void