Android.Content.Res.Configuration.ScreenLayout Property
Bit mask of overall layout of the screen.

Syntax

[Android.Runtime.Register("screenLayout")]
public ScreenLayout ScreenLayout { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Bit mask of overall layout of the screen. Currently there are two fields:

The Configuration.SCREENLAYOUT_SIZE_MASK bits define the overall size of the screen. They may be one of Configuration.SCREENLAYOUT_SIZE_SMALL, Configuration.SCREENLAYOUT_SIZE_NORMAL, Configuration.SCREENLAYOUT_SIZE_LARGE, or Configuration.SCREENLAYOUT_SIZE_XLARGE.

The Configuration.SCREENLAYOUT_LONG_MASK defines whether the screen is wider/taller than normal. They may be one of Configuration.SCREENLAYOUT_LONG_NO or Configuration.SCREENLAYOUT_LONG_YES.

The Configuration.SCREENLAYOUT_LAYOUTDIR_MASK defines whether the screen layout is either LTR or RTL. They may be one of Configuration.SCREENLAYOUT_LAYOUTDIR_LTR or Configuration.SCREENLAYOUT_LAYOUTDIR_RTL.

See Supporting Multiple Screens for more information.

[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 4