Gets an object to wrap in the platform's context, when using multiple platforms.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic IDisposable Context { get; }Public ReadOnly Property Context As IDisposable
	Get
member Context : IDisposable with get
Property Value
Type: 
IDisposable Remarks
Remarks
            This sets this platform as current, and reverts back to the previous platform when disposed.
            
            This value may be null.
            
 Examples
Examplesusing (platform.Context)
{
    
} See Also
See Also