| ScreenIHandlerIsPrimary Property  | 
 
            Gets a value indicating whether this screen is the primary/main screen.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxReadOnly Property IsPrimary As Boolean
	Get
abstract IsPrimary : bool with get
Property Value
Type: 
Booleantrue if this is the primary screen; otherwise, 
false.
 See Also
See Also