Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 712 Bytes

appwindow_position.md

File metadata and controls

28 lines (17 loc) · 712 Bytes
-api-id -api-type
P:Microsoft.UI.Windowing.AppWindow.Position
winrt property

Microsoft.UI.Windowing.AppWindow.Position

-description

Gets the current position of the window in screen coordinates.

-property-value

The current position of the window in screen coordinates.

-remarks

Screen coordinates are relative to the upper-left corner of the screen; the coordinates of the upper-left corner are (0,0).

-see-also

AppWindow, Window Coordinate System (Win32), Windows Forms coordinates

-examples