ITopLevelImplResized Property

Gets or sets a method called when the toplevel is resized.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<Size, WindowResizeReason>? Resized { get; set; }

Property Value

ActionSize, WindowResizeReason

See Also