All Property
Gets the list of all screens available on the device.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IReadOnlyList<Screen> All { get; }
Public ReadOnly Property All As IReadOnlyList(Of Screen)
Get
member All : IReadOnlyList<Screen> with get