Click or drag to resize

PlatformIsMobile Property

Gets a value indicating whether this is a mobile platform. This includes iOS, Android, and WinRT.

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

Property Value

Type: Boolean
true if this instance is mobile; otherwise, false.
Remarks
A mobile platform is usually touch friendly, and have a simpler interface.
See Also