Skip to main content
A newer version of this page is available. .

DxWindow.ShowAtAsync Method

Name Parameters Description
ShowAtAsync(ElementReference, CancellationToken) elementReference, token Asynchronously shows the Window over the element specified by ElementReference.
ShowAtAsync(Double, Double, CancellationToken) x, y, token Asynchronously shows the Window at the specified coordinates.
ShowAtAsync(Point, CancellationToken) point, token Asynchronously shows the Window at the specified point.
ShowAtAsync(String, CancellationToken) elementSelector, token Asynchronously shows the Window over the element specified by a selector.