Android.Content.Res.Configuration.IsLayoutSizeAtLeast Method
Check if the Configuration's current Configuration.ScreenLayout is at least the given size.

Syntax

[Android.Runtime.Register("isLayoutSizeAtLeast", "(I)Z", "")]
public bool IsLayoutSizeAtLeast (int size)

Parameters

size
The desired size, either Configuration.SCREENLAYOUT_SIZE_SMALL, Configuration.SCREENLAYOUT_SIZE_NORMAL, Configuration.SCREENLAYOUT_SIZE_LARGE, or Configuration.SCREENLAYOUT_SIZE_XLARGE.

Returns

Documentation for this section has not yet been entered.

Remarks

Check if the Configuration's current Configuration.ScreenLayout is at least the given size.

[Android Documentation]

Requirements

Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11