WindowResizedEventArgs Class
Definition
Provides data for the Avalonia.Controls.WindowBase.Resized event.
public class WindowResizedEventArgs
Properties
| Name | Description |
|---|---|
| ClientSize | Gets the new client size of the window in device-independent pixels. |
| Reason | Gets the reason for the resize. |
ClientSize Property
Gets the new client size of the window in device-independent pixels.
public Avalonia.Size ClientSize { get; set; }
Reason Property
Gets the reason for the resize.
public Avalonia.Controls.WindowResizeReason Reason { get; set; }