ITopLevelImplResized Property
Gets or sets a method called when the toplevel is resized.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<Size, WindowResizeReason>? Resized { get; set; }
Property Resized As Action(Of Size, WindowResizeReason)
Get
Set
abstract Resized : Action<Size, WindowResizeReason> with get, set
Property Value
ActionSize,
WindowResizeReason