Click or drag to resize

PlatformIsDesktop Property

Gets a value indicating whether this is a desktop platform. This includes Mac, Gtk, WinForms, Wpf, Direct2D.

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

Property Value

Type: Boolean
true if this is a desktop platform; otherwise, false.
Remarks
A desktop platform is usually used via mouse & keyboard, and can have complex user interface elements.
See Also