AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) Method

Definition

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

public:
 virtual void RequestMoveRelativeToWindowContent(AppWindow ^ anchorWindow, Point contentOffset) = RequestMoveRelativeToWindowContent;
void RequestMoveRelativeToWindowContent(AppWindow const& anchorWindow, Point const& contentOffset);
public void RequestMoveRelativeToWindowContent(AppWindow anchorWindow, Point contentOffset);
function requestMoveRelativeToWindowContent(anchorWindow, contentOffset)
Public Sub RequestMoveRelativeToWindowContent (anchorWindow As AppWindow, contentOffset As Point)

Parameters

anchorWindow
AppWindow

The window to position this window relative to.

contentOffset
Point

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.

Applies to