| 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
Syntaxpublic virtual bool IsAndroid { get; }Public Overridable ReadOnly Property IsAndroid As Boolean
	Get
abstract IsAndroid : bool with get
override IsAndroid : bool with get
Property Value
Type: 
Booleantrue if this platform is android; otherwise, 
false.
 See Also
See Also