WindowSizeChangedEventArgs.Size Property

Definition

Gets the new size of the window in units of effective (view) pixels.

public:
 property Size Size { Size get(); };
Size Size();
public Size Size { get; }
var size = windowSizeChangedEventArgs.size;
Public ReadOnly Property Size As Size

Property Value

The new size of the window.

Applies to