Table of Contents

Property Windows

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

Windows

Gets collection of all windows in the application. This is safe property and it returns an empty collection if application is not yet created.

public static IEnumerable<Window> Windows { get; }

Property Value

IEnumerable<Window>