Click or drag to resize

PlatformIsAndroid Property

Gets a value indicating whether this platform is based on Xamarin.Android.

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

Property Value

Type: Boolean
true if this platform is android; otherwise, false.
See Also