ScreenIScreensHandlerPrimaryScreen Property |
Gets the primary screen of the current system.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Screen PrimaryScreen { get; }
ReadOnly Property PrimaryScreen As Screen
Get
abstract PrimaryScreen : Screen with get
Property Value
Type:
ScreenThe primary screen.
Remarks
This is typically the user's main screen.
See Also