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#
public IReadOnlyList<Window> Windows { get; }
Public ReadOnly Property Windows As IReadOnlyList(Of Window)
Get
abstract Windows : IReadOnlyList<Window> with get
override Windows : IReadOnlyList<Window> with get
Property Value
Implements
IClassicDesktopStyleApplicationLifetime.WindowsSee Also
Reference
ClassicDesktopStyleApplicationLifetime Class
Avalonia.Controls.ApplicationLifetimes Namespace