WindowSizeChangedEventArgs.Size Property

Definition

Gets a value that indicates the 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

Applies to