IWindowBaseImplShow Method

Shows the window.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Show(
	bool activate,
	bool isDialog
)

Parameters

activate  Boolean
Whether to activate the shown window.
isDialog  Boolean
Whether the window is being shown as a dialog.

See Also