Android.Content.PM.PackageManager.FeatureScreenLandscape Field
Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports landscape orientation screens.

Syntax

[Android.Runtime.Register("FEATURE_SCREEN_LANDSCAPE")]
public const string FeatureScreenLandscape

Remarks

Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports landscape orientation screens. For backwards compatibility, you can assume that if neither this nor PackageManager.FeatureScreenPortrait is set then the device supports both portrait and landscape.

[Android Documentation]

Requirements

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