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