Click or drag to resize

PlatformIsWpf Property

Gets a value indicating whether this platform is based on WPF

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool IsWpf { get; }

Property Value

Type: Boolean
true if this platform is wpf; otherwise, false.
See Also