Window.

Show(Window) Method

Summary

Shows the window as a child of parent.
Namespace
Avalonia.Controls
Containing Type
Window

Syntax

public void Show(Window parent)

Parameters

Name Type Description
parent Window Window that will be a parent of the shown window.

Return Value

Type Description
void