Windows Property
Gets the list of all open windows in the application.
Definition
Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
IReadOnlyList<Window> Windows { get; }
ReadOnly Property Windows As IReadOnlyList(Of Window)
Get
abstract Windows : IReadOnlyList<Window> with get
Property Value
See Also
Reference
IClassicDesktopStyleApplicationLifetime Interface
Avalonia.Controls.ApplicationLifetimes Namespace