WindowShow(Window) Method

Shows the window as a child of owner.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void Show(
	Window owner
)

Parameters

owner  Window
Window that will be the owner of the shown window.

Exceptions

InvalidOperationException The window has already been closed.

See Also