AppWindowPlacement.Size Property

Definition

Gets the size of the app window.

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

Property Value

The size of the app window.

Applies to