AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.