TopLevel.

TopLevel(ITopLevelImpl) Constructor

Summary

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

Syntax

public TopLevel(ITopLevelImpl impl)

Parameters

Name Type Description
impl ITopLevelImpl The platform-specific window implementation.

Return Value

Type Description
void