AppWindowPlacement.Size プロパティ

定義

アプリ ウィンドウのサイズを取得します。

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

プロパティ値

アプリ ウィンドウのサイズ。

適用対象