Click or drag to resize

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; }

Property Value

Type: Screen
The primary screen.
Remarks
This is typically the user's main screen.
See Also