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