Skip to content

WindowInterop.AsAvaloniaWindow method

The Avalonia window behind the contract.

public static Window? AsAvaloniaWindow(this IWindow? window)
parameter description
window The window handed to a service, or null.

Return Value

The Avalonia window, or null when window is null or does not stand for an Avalonia window.

See Also