Gets a value indicating whether this platform is based on GTK# (2 or 3)
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual bool IsGtk { get; }Public Overridable ReadOnly Property IsGtk As Boolean
	Get
abstract IsGtk : bool with get
override IsGtk : bool with get
Property Value
Type: 
Booleantrue if this platform is gtk; otherwise, 
false.
 See Also
See Also