Gets an enumerable of display screens available on the current system.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic static IEnumerable<Screen> Screens { get; }Public Shared ReadOnly Property Screens As IEnumerable(Of Screen)
	Get
static member Screens : IEnumerable<Screen> with get
Property Value
Type: 
IEnumerableScreenThe screens of the current system.
See Also