Android.Test.ViewAsserts.AssertOffScreenBelow Method
Assert that view is below the visible screen.

Syntax

[Android.Runtime.Register("assertOffScreenBelow", "(Landroid/view/View;Landroid/view/View;)V", "")]
public static void AssertOffScreenBelow (Android.Views.View origin, Android.Views.View view)

Parameters

origin
The root view of the screen.
view
The view

Remarks

Assert that view is below the visible screen.

[Android Documentation]

Requirements

Namespace: Android.Test
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1