TopLevel(ITopLevelImpl) Constructor
Initializes a new instance of the
TopLevel class.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TopLevel(
ITopLevelImpl impl
)
Public Sub New (
impl As ITopLevelImpl
)
new :
impl : ITopLevelImpl -> TopLevel
Parameters
- impl ITopLevelImpl
- The platform-specific window implementation.