| ApplicationInstance Property  | 
 
            Gets the current application instance
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static Application Instance { get; }Public Shared ReadOnly Property Instance As Application
	Get
static member Instance : Application with get
Property Value
Type: 
ApplicationThe instance.
 See Also
See Also