AppWindow.Position プロパティ

定義

画面座標でのウィンドウの現在の位置を取得します。

public:
 property PointInt32 Position { PointInt32 get(); };
PointInt32 Position();
public PointInt32 Position { get; }
var pointInt32 = appWindow.position;
Public ReadOnly Property Position As PointInt32

プロパティ値

画面座標でのウィンドウの現在の位置。

注釈

画面座標 は、画面の左上隅を基準にしています。左上隅の座標は (0,0) です。

適用対象

こちらもご覧ください