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; }
Public Overridable ReadOnly Property IsDesktop As Boolean
Get
abstract IsDesktop : bool with get
override IsDesktop : bool with get
Property Value
Type:
Booleantrue 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