AppWindow.RequestMoveRelativeToCurrentViewContent(Point) Method

Definition

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.

Applies to