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; }
Public Overridable ReadOnly Property IsMobile As Boolean
Get
abstract IsMobile : bool with get
override IsMobile : bool with get
Property Value
Type:
Booleantrue if this instance is mobile; otherwise,
false.
Remarks
A mobile platform is usually touch friendly, and have a simpler interface.
See Also