Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 920 Bytes

appwindow_requestmoverelativetowindowcontent_1194125658.md

File metadata and controls

33 lines (19 loc) · 920 Bytes
-api-id -api-type
M:Windows.UI.WindowManagement.AppWindow.RequestMoveRelativeToWindowContent(Windows.UI.WindowManagement.AppWindow,Windows.Foundation.Point)
winrt method

Windows.UI.WindowManagement.AppWindow.RequestMoveRelativeToWindowContent

-description

Makes a request to position the window at the specified offset relative to the anchor window.

-parameters

-param anchorWindow

The window to position this window relative to.

-param contentOffset

The offset of the window relative to the anchor window.

-remarks

If the AppWindow.WindowingEnvironment is Tiled, the window is placed on the same DisplayRegion as the anchor window.

-see-also

-examples