Android.Test.ViewAsserts.AssertRightAligned Method
Assert that two views are right aligned, that is that their right edges are on the same x location, with respect to the specified margin.

Syntax

[Android.Runtime.Register("assertRightAligned", "(Landroid/view/View;Landroid/view/View;I)V", "")]
public static void AssertRightAligned (Android.Views.View first, Android.Views.View second, int margin)

Parameters

first
The first view
second
The second view
margin
The margin between the first view and the second view

Remarks

Assert that two views are right aligned, that is that their right edges are on the same x location, with respect to the specified margin.

[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