Table of Contents

Class WindowResizedEventArgs

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Provides data for the Resized event.

public class WindowResizedEventArgs : EventArgs
Inheritance
WindowResizedEventArgs
Inherited Members

Properties

ClientSize

Gets the new client size of the window in device-independent pixels.

public Size ClientSize { get; }

Property Value

Size

Reason

Gets the reason for the resize.

public WindowResizeReason Reason { get; }

Property Value

WindowResizeReason