Gets the screen this window is mostly contained in. Typically defined by the screen center of the window is visible.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Screen Screen { get; }
Public ReadOnly Property Screen As Screen
Get
member Screen : Screen with get
Property Value
Type:
ScreenThe window's current screen.
See Also