AppWindow.RequestMoveRelativeToCurrentViewContent(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 current view.
public:
virtual void RequestMoveRelativeToCurrentViewContent(Point contentOffset) = RequestMoveRelativeToCurrentViewContent;
void RequestMoveRelativeToCurrentViewContent(Point const& contentOffset);
public void RequestMoveRelativeToCurrentViewContent(Point contentOffset);
function requestMoveRelativeToCurrentViewContent(contentOffset)
Public Sub RequestMoveRelativeToCurrentViewContent (contentOffset As Point)
Parameters
- contentOffset
- Point
The offset of the window relative to the current view.
Remarks
If the AppWindow.WindowingEnvironment is Tiled
, the window is placed on the same DisplayRegion as the current view.