TopLevel(ITopLevelImpl) Constructor

Initializes a new instance of the TopLevel class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TopLevel(
	ITopLevelImpl impl
)

Parameters

impl  ITopLevelImpl
The platform-specific window implementation.

See Also