ITopLevelImpl.

Resized Property

Summary

Gets or sets a method called when the toplevel is resized.
Namespace
Avalonia.Platform
Containing Type
ITopLevelImpl

Syntax

Action<Size> Resized { get; set; }

Value

Type Description
Action<Size>