Поделиться через


AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) Метод

Определение

Выполняет запрос на размещение окна по указанному смещению относительно окна привязки.

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)

Параметры

anchorWindow
AppWindow

Окно для размещения этого окна относительно.

contentOffset
Point

Смещение окна относительно окна привязки.

Комментарии

Если AppWindow.WindowingEnvironment имеет значение Tiled, окно помещается в тот же DisplayRegion , что и окно привязки.

Применяется к