Window.

Window(IWindowImpl) Constructor

Summary

Initializes a new instance of the Window class.
Namespace
Avalonia.Controls
Containing Type
Window

Syntax

public Window(IWindowImpl impl)

Parameters

Name Type Description
impl IWindowImpl The window implementation.

Return Value

Type Description
void