ViewAsserts.AssertBaselineAligned(View, View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assert that two views are aligned on their baseline, that is that their baselines are on the same y location.
[Android.Runtime.Register("assertBaselineAligned", "(Landroid/view/View;Landroid/view/View;)V", "")]
public static void AssertBaselineAligned (Android.Views.View? first, Android.Views.View? second);
[<Android.Runtime.Register("assertBaselineAligned", "(Landroid/view/View;Landroid/view/View;)V", "")>]
static member AssertBaselineAligned : Android.Views.View * Android.Views.View -> unit
Parameters
- first
- View
The first view
- second
- View
The second view
- Attributes
Remarks
Assert that two views are aligned on their baseline, that is that their baselines are on the same y location.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.