Click or drag to resize

ScreenIScreensHandlerScreens Property

Gets an enumerable of display screens available on the current system.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IEnumerable<Screen> Screens { get; }

Property Value

Type: IEnumerableScreen
The screens of the current system.
See Also