Gets a value indicating whether this platform is based on Xamarin.iOS
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual bool IsIos { get; }
Public Overridable ReadOnly Property IsIos As Boolean
Get
abstract IsIos : bool with get
override IsIos : bool with get
Property Value
Type:
Booleantrue if this platform is ios; otherwise,
false.
See Also